[project @ 2002-10-03 13:41:35 by panne]
[ghc-base.git] / Control / Monad / RWS.hs
index 5175c7f..d3801cf 100644 (file)
 
 module Control.Monad.RWS (
        RWS(..),
-       runRWS,
        evalRWS,
        execRWS,
        mapRWS,
        withRWS,
        RWST(..),
-       runRWST,
        evalRWST,
        execRWST,
        mapRWST,