X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FState.hs;h=fef3ee8b97ded5a600728f8e10fef97ee29b978a;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=b28d027c4c7385db0672d7e8c4f074cc2a98d175;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Control/Monad/State.hs b/Control/Monad/State.hs index b28d027..fef3ee8 100644 --- a/Control/Monad/State.hs +++ b/Control/Monad/State.hs @@ -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. --