[project @ 2002-04-26 13:34:05 by simonmar]
[ghc-base.git] / Control / Monad / Monoid.hs
index 98a538a..23b10b3 100644 (file)
@@ -9,8 +9,6 @@
 -- Stability   :  experimental
 -- Portability :  non-portable ( requires mulit-parameter type classes )
 --
--- $Id: Monoid.hs,v 1.2 2002/04/24 16:31:38 simonmar Exp $
---
 -- Declaration of the Monoid class,and instances for list and functions
 --
 --       Inspired by the paper