X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FState.hs;h=9f67f6d358080b51d8f658b9ff550f36e10c52bc;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=878b83f699bdf34e5556f3659bf37b1f9178b840;hpb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;p=ghc-base.git diff --git a/Control/Monad/State.hs b/Control/Monad/State.hs index 878b83f..9f67f6d 100644 --- a/Control/Monad/State.hs +++ b/Control/Monad/State.hs @@ -3,20 +3,19 @@ -- Module : Control.Monad.State -- Copyright : (c) Andy Gill 2001, -- (c) Oregon Graduate Institute of Science and Technology, 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- 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 (