|
| Control.Functor.Exponential | | Portability | non-portable (class-associated types) | | Stability | experimental | | Maintainer | Edward Kmett <ekmett@gmail.com> |
|
|
|
| Description |
| Exponential functors, see http://comonad.com/reader/2008/rotten-bananas/
|
|
|
| Documentation |
|
| class ExpFunctor f where | Source |
|
| | Methods | | xmap :: (a -> b) -> (b -> a) -> f a -> f b | Source |
|
| | Instances | |
|
|
| Produced by Haddock version 2.3.0 |