category-extras-0.44.1: Various modules and constructs inspired by category theory.Source codeContentsIndex
Control.Comonad.Reader
Portabilityportable
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Description
Documentation
data ReaderC r a Source
Constructors
ReaderC r a
show/hide Instances
newtype ReaderCT w r a Source
Constructors
ReaderCT
runReaderCT :: w (r, a)
show/hide Instances
Produced by Haddock version 2.1.0