X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FMonoid.hs;h=478f390ce86d9aec47fbbe3acc5525e5597635a6;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=e81b2be7985144d957575e8e8322aeaa9fb308f0;hpb=7f1f4e7a695c402ddd3a1dc2cc7114e649a78ebc;p=ghc-base.git diff --git a/Control/Monad/Monoid.hs b/Control/Monad/Monoid.hs index e81b2be..478f390 100644 --- a/Control/Monad/Monoid.hs +++ b/Control/Monad/Monoid.hs @@ -1,23 +1,21 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Control.Monad.Monoid -- 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 : non-portable ( requires mulit-parameter type classes ) -- --- $Id: Monoid.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $ --- -- 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.Monoid (