Control.Monad.Trans.RevState

Monad Transformer

data StateT s m a

evalStateT

execStateT

mapStateT

withStateT

Monad

type State s

runState

evalState

execState

mapState

withState

Primitives and basic combinators

get

put

state

gets

modify