category-extras-0.44.1: Various modules and constructs inspired by category theory.Source codeContentsIndex
Control.Functor.Indexed
Portabilityportable
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Description
Documentation
class IxFunctor f whereSource
Methods
imap :: (a -> b) -> f j k a -> f j k bSource
show/hide Instances
newtype LiftIx m i j a Source
Constructors
LiftIx
lowerIx :: m a
show/hide Instances
newtype LowerIx m i a Source
Constructors
LowerIx
liftIx :: m i i a
show/hide Instances
Produced by Haddock version 2.1.0