[project @ 2002-04-26 13:34:05 by simonmar]
[ghc-base.git] / Control / Monad / Reader.hs
index d03c446..8957404 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  Control.Monad.Reader
 -- Copyright   :  (c) Andy Gill 2001,
 --               (c) Oregon Graduate Institute of Science and Technology, 2001
@@ -10,8 +10,6 @@
 -- Portability :  non-portable ( requires mulit-parameter type classes,
 --                              requires functional dependencies )
 --
--- $Id: Reader.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $
---
 -- Declaration of the Monoid class,and instances for list and functions
 --
 --       Inspired by the paper