X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FIdentity.hs;h=282eddbeaf506449badb43dc958373f80f797c7b;hb=4836cf1053a971fe823ba547a8268431745c5bce;hp=e86da0b55db7e550214c776585e8af3f0606fc3d;hpb=53d88f36b842166ebdc2c4937fb865d27ffbd766;p=ghc-base.git diff --git a/Control/Monad/Identity.hs b/Control/Monad/Identity.hs index e86da0b..282eddb 100644 --- a/Control/Monad/Identity.hs +++ b/Control/Monad/Identity.hs @@ -11,11 +11,11 @@ -- -- 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. -- -----------------------------------------------------------------------------