Re: darcs patch: Added Monoid instance for Doc

2007-08-21 Thread Ian Lynagh
Hi, On Mon, Aug 20, 2007 at 09:17:25PM +0200, [EMAIL PROTECTED] wrote: > Mon Aug 20 21:13:59 CEST 2007 [EMAIL PROTECTED] > * Added Monoid instance for Doc Thanks for the contribution! However, this change should really go through the library submissions procedure. You can find information on

darcs patch: Added Monoid instance for Doc

2007-08-20 Thread rmbruijn
Mon Aug 20 21:13:59 CEST 2007 [EMAIL PROTECTED] * Added Monoid instance for Doc New patches: [Added Monoid instance for Doc [EMAIL PROTECTED] { hunk ./Text/PrettyPrint/HughesPJ.hs 217 +import Data.Monoid hunk ./Text/PrettyPrint/HughesPJ.hs 353 +instance Monoid Doc where + mempty = empty + map