 | category-extras-0.53.6: Various modules and constructs inspired by category theory | Contents | Index |
|
| Control.Monad.Either | | Portability | portable | | Stability | experimental | | Maintainer | Edward Kmett <ekmett@gmail.com> |
|
|
|
| Description |
| Incompatible with Control.Monad.Error, but removes the Error restriction
that prevents a natural encoding of Apomorphisms. This module is
therefore incompatible with Control.Monad.Error
|
|
|
| Documentation |
|
| newtype EitherT a m b |
| Constructors | | EitherT | | | runEitherT :: m (Either a b) | |
|
| Instances | |
|
|
| Produced by Haddock version 2.1.0 |