Control.Monad.Trans.State.Lazy
type State s
state
runState
evalState
execState
mapState
withState
data StateT s m a
evalStateT
execStateT
mapStateT
withStateT
get
put
modify
gets
liftCallCC
liftCallCC'
liftCatch
liftListen
liftPass