X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FRWS.hs;h=e050eae6cd2c77efdb4b30673bfb8dc95b3f0070;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=26d624d0e4b23d454a828680b200d7c5d6606868;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Control/Monad/RWS.hs b/Control/Monad/RWS.hs index 26d624d..e050eae 100644 --- a/Control/Monad/RWS.hs +++ b/Control/Monad/RWS.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Control.Monad.RWS -- 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: RWS.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $ +-- $Id: RWS.hs,v 1.2 2002/04/24 16:31:38 simonmar Exp $ -- -- Declaration of the MonadRWS class. --