[project @ 2002-04-26 13:34:05 by simonmar]
[ghc-base.git] / Control / Monad / State.hs
index b28d027..878b83f 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  Control.Monad.State
 -- Copyright   :  (c) Andy Gill 2001,
 --               (c) Oregon Graduate Institute of Science and Technology, 2001
@@ -10,8 +10,6 @@
 -- Portability :  non-portable ( requires mulit-parameter type classes,
 --                              requires functional dependencies )
 --
--- $Id: State.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $
---
 -- State monads.
 --
 --       Inspired by the paper