 | transformers-0.2.1.0: Concrete functor and monad transformers | Contents | Index |
|
| Data.Functor.Compose | | Portability | portable | | Stability | experimental | | Maintainer | libraries@haskell.org |
|
|
|
| Description |
| Composition of functors.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| newtype Compose f g a |
| Right-to-left composition of functors.
The composition of applicative functors is always applicative,
but the composition of monads is not always a monad.
| | Constructors | | Instances | |
|
|
| Produced by Haddock version 2.7.2 |