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

Portabilityportable
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>

Control.Comonad.Reader

Description

 

Documentation

data ReaderC r a Source

Constructors

ReaderC r a 

newtype ReaderCT w r a Source

Constructors

ReaderCT 

Fields

runReaderCT :: w (r, a)
 

Instances