From 2a21b894d36ad83797bd46aa683297c3d466d3bb Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 7 Apr 2009 14:30:57 +0000 Subject: [PATCH] Tweak a Show instance --- compiler/utils/StringBuffer.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/utils/StringBuffer.lhs b/compiler/utils/StringBuffer.lhs index 3b2a3df..1aead2d 100644 --- a/compiler/utils/StringBuffer.lhs +++ b/compiler/utils/StringBuffer.lhs @@ -79,7 +79,7 @@ data StringBuffer instance Show StringBuffer where showsPrec _ s = showString "" + . showString ")>" -- ----------------------------------------------------------------------------- -- Creation / Destruction -- 1.7.10.4