X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FMonoid.hs;h=23b10b39cbc1c32aaaf046ba0c5e70091fe36d25;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=98a538a2d8d03bb59e4be6acec52af646c624c11;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/Control/Monad/Monoid.hs b/Control/Monad/Monoid.hs index 98a538a..23b10b3 100644 --- a/Control/Monad/Monoid.hs +++ b/Control/Monad/Monoid.hs @@ -9,8 +9,6 @@ -- Stability : experimental -- Portability : non-portable ( requires mulit-parameter type classes ) -- --- $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 -- -- Inspired by the paper