X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FError.hs;h=cfb536dccaf3845c63e51a653d604df1bdcaa4a1;hb=0c0dbd891205d93423c93d9de2cd0d4935c8c34c;hp=6df213ea61f7e10d8b019859efff3ec9275c662d;hpb=4836cf1053a971fe823ba547a8268431745c5bce;p=haskell-directory.git diff --git a/Control/Monad/Error.hs b/Control/Monad/Error.hs index 6df213e..cfb536d 100644 --- a/Control/Monad/Error.hs +++ b/Control/Monad/Error.hs @@ -2,17 +2,17 @@ -- | -- Module : Control.Monad.Error -- Copyright : (c) Michael Weber , 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- 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 , -- inspired by the Haskell Monad Template Library from --- Andy Gill () +-- Andy Gill () -- ----------------------------------------------------------------------------- @@ -20,7 +20,6 @@ module Control.Monad.Error ( Error(..), MonadError(..), ErrorT(..), - runErrorT, mapErrorT, module Control.Monad, module Control.Monad.Fix,