Implement fuzzy matching for the renamer
authorsimonpj@microsoft.com <unknown>
Wed, 22 Dec 2010 17:53:06 +0000 (17:53 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 22 Dec 2010 17:53:06 +0000 (17:53 +0000)
commit820ddd55446773b33c797267bcad9e09a621ab2b
tree940108c6276d41c1d078979b2100f46a0ecae968
parentb6f9d6f2c56074a3f46dbd8635560af5e2f4d420
Implement fuzzy matching for the renamer

...so that you get helpful suggestions when you mis-spell a name
Based on Max's patch in Trac #2442, but heavily refactored.
compiler/main/DynFlags.hs
compiler/rename/RnEnv.lhs
compiler/typecheck/TcRnMonad.lhs