category-extras-0.44.1: Various modules and constructs inspired by category theory.Source codeContentsIndex
Control.Comonad.Indexed
Portabilityportable
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Description
Documentation
class IxFunctor w => IxComonad w whereSource
Methods
iextract :: w i i a -> aSource
iextend :: (w j k a -> b) -> w i k a -> w i j bSource
show/hide Instances
iduplicate :: IxComonad w => w i k a -> w i j (w j k a)Source
Produced by Haddock version 2.1.0