[project @ 2002-04-24 16:31:37 by simonmar]
[ghc-base.git] / Control / Monad / State.hs
index b28d027..fef3ee8 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,7 +10,7 @@
 -- 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 $
+-- $Id: State.hs,v 1.2 2002/04/24 16:31:38 simonmar Exp $
 --
 -- State monads.
 --