-- A Haskell-98-compatible subset of the Control.Monad.State module. module State(State, runState, get, put) where import Control.Monad.Trans.State