[project @ 2002-04-26 13:34:05 by simonmar]
[ghc-base.git] / Control / Monad / State.hs
index fef3ee8..878b83f 100644 (file)
@@ -10,8 +10,6 @@
 -- Portability :  non-portable ( requires mulit-parameter type classes,
 --                              requires functional dependencies )
 --
--- $Id: State.hs,v 1.2 2002/04/24 16:31:38 simonmar Exp $
---
 -- State monads.
 --
 --       Inspired by the paper