Module
Matryoshka.Transform
- Package
- purescript-matryoshka
- Repository
- slamdata/purescript-matryoshka
#TransformM Source
type TransformM m t f g = f t -> m (g t)
#AlgebraicGTransform Source
type AlgebraicGTransform w t f g = f (w t) -> g t
#CoalgebraicGTransform Source
type CoalgebraicGTransform n t f g = f t -> g (n t)