The type family of convenient algebras.
type family Alg (f :: (* -> *) -> * -> *) (r :: * -> *) (ix :: *) :: *
type family Comp (f :: (* -> *) -> * -> *) (r :: * -> *) (ix :: *) :: *
The class to turn convenient algebras into standard algebras.
Interface
Construction of algebras