X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FTrans.hs;h=3e75ea16d4256d69ea85bdfe1b2e13985b8b70cd;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=376602107f99ac569aa5bca79132fa22d63edbf2;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Control/Monad/Trans.hs b/Control/Monad/Trans.hs index 3766021..3e75ea1 100644 --- a/Control/Monad/Trans.hs +++ b/Control/Monad/Trans.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Control.Monad.Trans -- Copyright : (c) Andy Gill 2001, -- (c) Oregon Graduate Institute of Science and Technology, 2001 @@ -9,7 +9,7 @@ -- Stability : experimental -- Portability : portable -- --- $Id: Trans.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $ +-- $Id: Trans.hs,v 1.2 2002/04/24 16:31:38 simonmar Exp $ -- -- The MonadTrans class. --