category-extras-0.53.5: Various modules and constructs inspired by category theorySource codeContentsIndex
Control.Functor.Exponential
Portabilitynon-portable (class-associated types)
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Description
Exponential functors, see http://comonad.com/reader/2008/rotten-bananas/
Documentation
class ExpFunctor f whereSource
Methods
xmap :: (a -> b) -> (b -> a) -> f a -> f bSource
show/hide Instances
Produced by Haddock version 2.4.2