Control.Monad.Representable.State

type State g

runState

evalState

execState

mapState

data StateT g m a

stateT

runStateT

evalStateT

execStateT

mapStateT

liftCallCC

liftCallCC'

class MonadState s m