[project @ 2004-02-05 11:58:21 by malcolm]
[ghc-base.git] / Control / Monad / Error.hs
index 91694ba..cfb536d 100644 (file)
@@ -6,13 +6,13 @@
 -- 
 -- Maintainer  :  libraries@haskell.org
 -- Stability   :  experimental
--- Portability :  non-portable (reqruires multi-param type classes)
+-- Portability :  non-portable (multi-parameter type classes)
 --
 -- The Error monad.
 --
 -- Rendered by Michael Weber <mailto:michael.weber@post.rwth-aachen.de>,
 --     inspired by the Haskell Monad Template Library from
---     Andy Gill (<http://www.cse.ogi.edu/~andy>)
+--     Andy Gill (<http://www.cse.ogi.edu/~andy/>)
 --
 -----------------------------------------------------------------------------
 
@@ -20,7 +20,6 @@ module Control.Monad.Error (
        Error(..),
        MonadError(..),
        ErrorT(..),
-       runErrorT,
        mapErrorT,
        module Control.Monad,
        module Control.Monad.Fix,