Module
SSRS.Coalgebra
- Package
- purescript-ssrs
- Repository
- PureFunctor/purescript-ssrs
#CoalgebraM Source
type CoalgebraM :: (Type -> Type) -> (Type -> Type) -> Type -> Type
type CoalgebraM m f a = a -> m (f a)
#GCoalgebra Source
type GCoalgebra :: (Type -> Type) -> (Type -> Type) -> Type -> Type
type GCoalgebra n f a = a -> f (n a)