Module
Matryoshka.Algebra
- Package
- purescript-matryoshka
- Repository
- purescript-contrib/purescript-matryoshka
#ElgotAlgebra Source
type ElgotAlgebra :: (Type -> Type) -> (Type -> Type) -> Type -> Type
type ElgotAlgebra w f a = w (f a) -> a