X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FIdentity.hs;h=52c845970de00591284fe72cc67543eaf47eb4a2;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=21056d3591dab5a8830ef93c66bed903f3603647;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/Control/Monad/Identity.hs b/Control/Monad/Identity.hs index 21056d3..52c8459 100644 --- a/Control/Monad/Identity.hs +++ b/Control/Monad/Identity.hs @@ -3,21 +3,19 @@ -- Module : Control.Monad.Identity -- 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: Identity.hs,v 1.2 2002/04/24 16:31:38 simonmar Exp $ --- -- The Identity monad. -- --- 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.} +-- Inspired by the paper +-- /Functional Programming with Overloading and +-- Higher-Order Polymorphism/, +-- Mark P Jones () +-- Advanced School of Functional Programming, 1995. -- -----------------------------------------------------------------------------