X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Control%2FMonad%2FReader.hs;h=758a19dfe54b821302eea63363ea0a20b1c0207e;hb=4836cf1053a971fe823ba547a8268431745c5bce;hp=895740404be2e68b9fe697951a777a043461f227;hpb=53d88f36b842166ebdc2c4937fb865d27ffbd766;p=ghc-base.git diff --git a/Control/Monad/Reader.hs b/Control/Monad/Reader.hs index 8957404..758a19d 100644 --- a/Control/Monad/Reader.hs +++ b/Control/Monad/Reader.hs @@ -7,16 +7,15 @@ -- -- Maintainer : libraries@haskell.org -- Stability : experimental --- Portability : non-portable ( requires mulit-parameter type classes, --- requires functional dependencies ) +-- Portability : non-portable ( mulit-param classes, functional dependencies ) -- -- Declaration of the Monoid class,and instances for list and functions -- -- 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.Reader (