[project @ 2001-03-05 12:46:16 by simonpj]
authorsimonpj <unknown>
Mon, 5 Mar 2001 12:46:16 +0000 (12:46 +0000)
committersimonpj <unknown>
Mon, 5 Mar 2001 12:46:16 +0000 (12:46 +0000)
Print debug uniques consistently in base64

ghc/compiler/basicTypes/Name.lhs

index 0e0524e..8286e39 100644 (file)
@@ -350,7 +350,7 @@ pprGlobal sty name uniq mod occ
 pprLocal sty uniq occ
   | codeStyle sty  = pprUnique uniq
   | debugStyle sty = pprOccName occ <> 
-                    text "{-" <> pprUnique10 uniq <> text "-}"
+                    text "{-" <> pprUnique uniq <> text "-}"
   | otherwise      = pprOccName occ    -- User and Iface styles
 
 -- Like Local, except that we only omit the unique in Iface style