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