Tweak a Show instance
authorIan Lynagh <igloo@earth.li>
Tue, 7 Apr 2009 14:30:57 +0000 (14:30 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 7 Apr 2009 14:30:57 +0000 (14:30 +0000)
compiler/utils/StringBuffer.lhs

index 3b2a3df..1aead2d 100644 (file)
@@ -79,7 +79,7 @@ data StringBuffer
 instance Show StringBuffer where
         showsPrec _ s = showString "<stringbuffer("
                       . shows (len s) . showString "," . shows (cur s)
-                      . showString ">"
+                      . showString ")>"
 
 -- -----------------------------------------------------------------------------
 -- Creation / Destruction