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
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