category-extras-0.44.1: Various modules and constructs inspired by category theory.Source codeContentsIndex
Control.Comonad.Context.Class
Portabilityportable
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Description
Documentation
class Comonad w => ComonadContext s w | w -> s whereSource
Methods
getC :: w a -> sSource
modifyC :: (s -> s) -> w a -> aSource
show/hide Instances
putC :: ComonadContext s w => s -> w a -> aSource
experiment :: (ComonadContext s w, Functor f) => f (s -> s) -> w a -> f aSource
Produced by Haddock version 2.1.0