Safe Haskell | Safe-Inferred |
---|
- class Composition o where
Documentation
class Composition o whereSource
We often need to distinguish between various forms of Functor-like composition in Haskell in order to please the type system. This lets us work with these representations uniformly.
Composition Compose |