[project @ 2002-10-03 13:41:35 by panne]
[ghc-base.git] / Control / Monad / State.hs
index 9f67f6d..cafdd72 100644 (file)
@@ -23,13 +23,11 @@ module Control.Monad.State (
        modify,
        gets,
        State(..),
-       runState,
        evalState,
        execState,
        mapState,
        withState,
        StateT(..),
-       runStateT,
        evalStateT,
        execStateT,
        mapStateT,