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