transformers-0.2.1.0: Concrete functor and monad transformersSource codeContentsIndex
Control.Monad.Trans.State
Portabilityportable
Stabilityexperimental
Maintainerlibraries@haskell.org
Description

State monads, passing an updateable state through a computation.

Some computations may not require the full power of state transformers:

This version is lazy; for a strict version, see Control.Monad.Trans.State.Strict, which has the same interface.

Documentation
module Control.Monad.Trans.State.Lazy
Produced by Haddock version 2.6.1