X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FMonoid.hs;h=98a538a2d8d03bb59e4be6acec52af646c624c11;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=e81b2be7985144d957575e8e8322aeaa9fb308f0;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Control/Monad/Monoid.hs b/Control/Monad/Monoid.hs index e81b2be..98a538a 100644 --- a/Control/Monad/Monoid.hs +++ b/Control/Monad/Monoid.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Control.Monad.Monoid -- Copyright : (c) Andy Gill 2001, -- (c) Oregon Graduate Institute of Science and Technology, 2001 @@ -9,7 +9,7 @@ -- Stability : experimental -- Portability : non-portable ( requires mulit-parameter type classes ) -- --- $Id: Monoid.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $ +-- $Id: Monoid.hs,v 1.2 2002/04/24 16:31:38 simonmar Exp $ -- -- Declaration of the Monoid class,and instances for list and functions --