[make show instance for kinds a little prettier
John Meacham <john@repetae.net>**20060303042227] hunk ./FrontEnd/Representation.hs 306
-             deriving(Data,Typeable, Eq, Ord, Show)   -- but we need them for kind inference
+             deriving(Data,Typeable, Eq, Ord)   -- but we need them for kind inference
hunk ./FrontEnd/Representation.hs 311
+instance Show Kind where
+    showsPrec _ k = pprint k
+