[project @ 2004-02-05 11:58:21 by malcolm]
[ghc-base.git] / Control / Monad / Cont.hs
index 51cf2da..26af5ed 100644 (file)
@@ -6,7 +6,7 @@
 -- 
 -- Maintainer  :  libraries@haskell.org
 -- Stability   :  experimental
--- Portability :  non-portable
+-- Portability :  non-portable (multi-parameter type classes)
 --
 -- Continuation monads.
 --
 module Control.Monad.Cont (
        MonadCont(..),
        Cont(..),
-       runCont,
        mapCont,
        withCont,
        ContT(..),
-       runContT,
        mapContT,
        withContT,
        module Control.Monad,