From: Ian Lynagh Date: Tue, 7 Apr 2009 14:30:57 +0000 (+0000) Subject: Tweak a Show instance X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2a21b894d36ad83797bd46aa683297c3d466d3bb;p=ghc-hetmet.git Tweak a Show instance --- 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