category-extras-0.53.6: Various modules and constructs inspired by category theoryContentsIndex
Control.Functor.Indexed
Portabilityportable
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Description
Documentation
class IxFunctor f where
Methods
imap :: (a -> b) -> f j k a -> f j k b
show/hide Instances
class IxFunctor w => IxCopointed w where
Methods
iextract :: w i i a -> a
class IxFunctor m => IxPointed m where
Methods
ireturn :: a -> m i i a
show/hide Instances
class IxPointed m => IxApplicative m where
Methods
iap :: m i j (a -> b) -> m j k a -> m i k b
show/hide Instances
Produced by Haddock version 2.1.0