X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FError.hs;h=91694bac679aae13334455a0c23fb167eddb2a27;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=e57a5b300a8a64c51e6cbba60b642df730c3c838;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/Control/Monad/Error.hs b/Control/Monad/Error.hs index e57a5b3..91694ba 100644 --- a/Control/Monad/Error.hs +++ b/Control/Monad/Error.hs @@ -2,19 +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) -- --- $Id: Error.hs,v 1.2 2002/04/24 16:31:38 simonmar Exp $ --- -- The Error monad. -- --- Rendered by Michael Weber , +-- Rendered by Michael Weber , -- inspired by the Haskell Monad Template Library from --- \A[HREF="http://www.cse.ogi.edu/~andy"]{Andy Gill}} +-- Andy Gill () -- -----------------------------------------------------------------------------