Module
Matryoshka.Transform
- Package
- purescript-matryoshka
- Repository
- purescript-contrib/purescript-matryoshka
#TransformM Source
type TransformM :: (Type -> Type) -> Type -> (Type -> Type) -> (Type -> Type) -> Type
type TransformM m t f g = f t -> m (g t)