X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FTrans.hs;h=f81c194ab7be5513948e18f7a4367fbf5a97a144;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=81ff397caeb44f0528a8252d4b6c9d8dcbbbff20;hpb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;p=ghc-base.git diff --git a/Control/Monad/Trans.hs b/Control/Monad/Trans.hs index 81ff397..f81c194 100644 --- a/Control/Monad/Trans.hs +++ b/Control/Monad/Trans.hs @@ -3,7 +3,7 @@ -- Module : Control.Monad.Trans -- 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 @@ -12,10 +12,10 @@ -- The MonadTrans class. -- -- 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.Trans (