diff options
author | simonpj@microsoft.com <unknown> | 2011-01-27 13:13:04 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2011-01-27 13:13:04 +0000 |
commit | a0f6d307b097bd788e181434a4d9b7fdd56a6c6b (patch) | |
tree | ebcc56d2891e6887dfad9e30f4a9c0db59bd53de /compiler/codeGen/CgExtCode.hs | |
parent | c1e824a275339da8fae6614f5a0db751874d0a36 (diff) | |
download | haskell-a0f6d307b097bd788e181434a4d9b7fdd56a6c6b.tar.gz |
Refine incomplete-pattern checks (Trac #4905)
The changes are:
* New flag -fwarn-incomplete-uni-patterns, which checks for
incomplete patterns in (a) lambdas, (b) pattern bindings
* New flag is not implied by -W or -Wall (too noisy; and many
libraries use incomplete pattern bindings)
* Actually do the incomplete-pattern check for pattern bindings
(previously simply omitted)
* Documentation for new flag
Diffstat (limited to 'compiler/codeGen/CgExtCode.hs')
0 files changed, 0 insertions, 0 deletions