X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FTrans.hs;h=8ef979d2f4fd4f7c83a27e21ea7c71480bebd9f3;hb=413f1d5a1537ec712423f84003cc30fbfe399f11;hp=376602107f99ac569aa5bca79132fa22d63edbf2;hpb=7f1f4e7a695c402ddd3a1dc2cc7114e649a78ebc;p=ghc-base.git diff --git a/Control/Monad/Trans.hs b/Control/Monad/Trans.hs index 3766021..8ef979d 100644 --- a/Control/Monad/Trans.hs +++ b/Control/Monad/Trans.hs @@ -1,23 +1,21 @@ ----------------------------------------------------------------------------- --- +-- | -- 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 -- Portability : portable -- --- $Id: Trans.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $ --- -- 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 (