[minor fix for better debug messages mail@stefanwehr.de**20050613033918] { hunk ./TypeInference.hs 275 - do debug ("Finished typing explicitly typed binding " ++ - showPpr' i ++ " deferred constraints: " ++ - showCommaListed ds ++ "\n\n" ++ showTypeSig (i,sc) - ++ "\n\n") - -- Overloading resolution is a bit tricky here... + do -- Overloading resolution is a bit tricky here... hunk ./TypeInference.hs 285 + debug ("Finished typing explicitly typed binding " ++ + showPpr' i ++ " deferred constraints: " ++ + showCommaListed ds ++ "\n\n" ++ showTypeSig (i,sc) + ++ "\n\n") }