[project @ 2002-04-26 13:34:05 by simonmar]
[ghc-base.git] / Control / Monad / RWS.hs
index e050eae..a494ef0 100644 (file)
@@ -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