category-extras-0.44.1: Various modules and constructs inspired by category theory.

Portabilityportable
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>

Control.Comonad.Reader.Class

Description

 

Documentation

class Comonad w => ComonadReader r w | w -> r whereSource

Methods

askC :: w a -> rSource

Instances