Tidy up the handling of wild-card binders, and make Lint check it
authorsimonpj@microsoft.com <unknown>
Fri, 26 Nov 2010 13:32:10 +0000 (13:32 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 26 Nov 2010 13:32:10 +0000 (13:32 +0000)
commit491b818a4a9bd2160107178499e160d62933f58c
tree2981cbec5399a71871eea674d344d43fb621d97e
parent30c17e7096919c55218083c8fcb98e6287552058
Tidy up the handling of wild-card binders, and make Lint check it

See Note [WildCard binders] in SimplEnv.  Spotted by Roman.
compiler/coreSyn/CoreLint.lhs
compiler/coreSyn/MkCore.lhs
compiler/prelude/PrelNames.lhs
compiler/simplCore/SimplEnv.lhs