X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FError.hs;h=e57a5b300a8a64c51e6cbba60b642df730c3c838;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=979ae35b4c67bda40d7db522ac6025ad072b18d8;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Control/Monad/Error.hs b/Control/Monad/Error.hs index 979ae35..e57a5b3 100644 --- a/Control/Monad/Error.hs +++ b/Control/Monad/Error.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Control.Monad.Error -- Copyright : (c) Michael Weber , 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,7 +8,7 @@ -- Stability : experimental -- Portability : non-portable (reqruires multi-param type classes) -- --- $Id: Error.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $ +-- $Id: Error.hs,v 1.2 2002/04/24 16:31:38 simonmar Exp $ -- -- The Error monad. --