X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FRWS.hs;h=a494ef0e0d0ffd0cb23901678b3465b37aff43d4;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=e050eae6cd2c77efdb4b30673bfb8dc95b3f0070;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/Control/Monad/RWS.hs b/Control/Monad/RWS.hs index e050eae..a494ef0 100644 --- a/Control/Monad/RWS.hs +++ b/Control/Monad/RWS.hs @@ -10,8 +10,6 @@ -- Portability : non-portable ( requires mulit-parameter type classes, -- requires functional dependencies ) -- --- $Id: RWS.hs,v 1.2 2002/04/24 16:31:38 simonmar Exp $ --- -- Declaration of the MonadRWS class. -- -- Inspired by the paper