|
| Control.Functor.Algebra | | Portability | non-portable (rank-2 polymorphism) | | Stability | experimental | | Maintainer | Edward Kmett <ekmett@gmail.com> |
|
|
|
| Description |
|
|
|
| Documentation |
|
|
|
| type CoAlg f a = a -> f a | Source |
|
|
| type AlgW f w a = f (w a) -> a | Source |
|
|
| type CoAlgM f m a = a -> f (m a) | Source |
|
|
|
|
|
|
| Produced by Haddock version 2.1.0 |