[project @ 2002-05-09 13:15:07 by simonmar]
[ghc-base.git] / Control / Monad / Error.hs
index e57a5b3..6df213e 100644 (file)
@@ -8,13 +8,11 @@
 -- 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 <michael.weber@post.rwth-aachen.de>,
+-- Rendered by Michael Weber <mailto:michael.weber@post.rwth-aachen.de>,
 --     inspired by the Haskell Monad Template Library from
---      \A[HREF="http://www.cse.ogi.edu/~andy"]{Andy Gill}}
+--     Andy Gill (<http://www.cse.ogi.edu/~andy>)
 --
 -----------------------------------------------------------------------------