arrows-0.4.4.0: Arrow classes and transformers

Portabilitynon-portable (multi-parameter type classes)
Stabilityexperimental
Maintainer[email protected]

Control.Arrow.Transformer.CoState

Description

Transformation of state readers.

TODO: define operations for this arrow.

Documentation

newtype CoStateArrow s a b c Source

Constructors

CoStateArrow (a (s -> b) (s -> c))