X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FState.hs;h=2353d76decccf0f1325d9068f141e9821707fc3b;hb=4836cf1053a971fe823ba547a8268431745c5bce;hp=878b83f699bdf34e5556f3659bf37b1f9178b840;hpb=53d88f36b842166ebdc2c4937fb865d27ffbd766;p=ghc-base.git diff --git a/Control/Monad/State.hs b/Control/Monad/State.hs index 878b83f..2353d76 100644 --- a/Control/Monad/State.hs +++ b/Control/Monad/State.hs @@ -7,16 +7,15 @@ -- -- Maintainer : libraries@haskell.org -- Stability : experimental --- Portability : non-portable ( requires mulit-parameter type classes, --- requires functional dependencies ) +-- Portability : non-portable ( mulit-param classes, functional dependencies ) -- -- State monads. -- -- Inspired by the paper --- \em{Functional Programming with Overloading and --- Higher-Order Polymorphism}, --- \A[HREF="http://www.cse.ogi.edu/~mpj"]{Mark P Jones}, --- Advanced School of Functional Programming, 1995.} +-- /Functional Programming with Overloading and +-- Higher-Order Polymorphism/, +-- Mark P Jones () +-- Advanced School of Functional Programming, 1995. ----------------------------------------------------------------------------- module Control.Monad.State (