 | category-extras-0.53.6: Various modules and constructs inspired by category theory | Contents | Index |
|
| 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 |
| | Methods | | xmap :: (a -> b) -> (b -> a) -> f a -> f b |
| | Instances | |
|
|
| Produced by Haddock version 2.1.0 |