X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Control%2FMonad%2FState.hs;h=878b83f699bdf34e5556f3659bf37b1f9178b840;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=fef3ee8b97ded5a600728f8e10fef97ee29b978a;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/Control/Monad/State.hs b/Control/Monad/State.hs index fef3ee8..878b83f 100644 --- a/Control/Monad/State.hs +++ b/Control/Monad/State.hs @@ -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