category-extras-0.53.5: Various modules and constructs inspired by category theorySource codeContentsIndex
Control.Comonad.Parameterized
Portabilityportable
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Description
Documentation
class PFunctor f Hask Hask => PCopointed f whereSource
Methods
pextract :: f a c -> aSource
show/hide Instances
class PCopointed f => PComonad f whereSource
Methods
pextend :: (f b c -> a) -> f b c -> f a cSource
show/hide Instances
Produced by Haddock version 2.4.2