[get rid of showId in favor of using Id show instance directly
John Meacham <john@repetae.net>**20090222133119
 Ignore-this: daaa186108e4f9d838c0ef9c88797f2e
] hunk ./E/Show.hs 38
-showId :: DocLike d => Id -> d
-showId e | e == emptyId = (char '_')
-showId i | Just x <- fromId i  = (text $ show x)
-showId i = (text $ 'x':show i)
hunk ./E/Show.hs 40
-    pprint TVr { tvrIdent = i }  = showId i
+    pprint TVr { tvrIdent = i }  = pprint i
hunk ./E/Show.hs 114
-        Nothing -> showId i
+        Nothing -> pprint i
hunk ./E/Show.hs 117
-
hunk ./E/Show.hs 154
-                                                  
+
hunk ./E/Show.hs 183
-            where 
+            where