X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FReader.hs;h=223c296a018de94890c9fa7f912bd70d6e1fd007;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=d03c446aee8533c82dd0d6f275856e421dd861cf;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Control/Monad/Reader.hs b/Control/Monad/Reader.hs index d03c446..223c296 100644 --- a/Control/Monad/Reader.hs +++ b/Control/Monad/Reader.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Control.Monad.Reader -- Copyright : (c) Andy Gill 2001, -- (c) Oregon Graduate Institute of Science and Technology, 2001 @@ -10,7 +10,7 @@ -- 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 $ +-- $Id: Reader.hs,v 1.2 2002/04/24 16:31:38 simonmar Exp $ -- -- Declaration of the Monoid class,and instances for list and functions --