| Portability | portable |
|---|---|
| Stability | experimental |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
Control.Comonad.Context.Class
Description
Documentation
class Comonad w => ComonadContext s w | w -> s whereSource
Instances
| ComonadContext s (Context s) | |
| Comonad w => ComonadContext s (ContextT s w) |
putC :: ComonadContext s w => s -> w a -> aSource
experiment :: (ComonadContext s w, Functor f) => f (s -> s) -> w a -> f aSource