[fix pretty printing fixity of core to reduce ambiguity
John Meacham <john@repetae.net>**20101204231805
 Ignore-this: 8adc87b15e09134f673da1b438adc5a2
] hunk ./src/E/Show.hs 207
-                      return (atom $ group $ (align $ skipToNest <> fillCat tops) <$> unparse e))
+                      return (fixitize (N,1) $ atom $ group $ (align $ skipToNest <> fillCat tops) <$> unparse e))
hunk ./src/E/Show.hs 230
-            return $ fixitize (L,(101)) $ atom $ nest 2 (group ( keyword "let"
+            return $ fixitize (N,98) $ atom $ nest 2 (group ( keyword "let"
hunk ./src/E/Show.hs 249
-            return $ fixitize ((L,(101))) $ atom $
+            return $ fixitize ((N,98)) $ atom $