Remove -fwarn-simple-patterns, and make -fwarn-incomplete-patterns include lambdas
authorsimonpj@microsoft.com <unknown>
Wed, 22 Sep 2010 13:39:34 +0000 (13:39 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 22 Sep 2010 13:39:34 +0000 (13:39 +0000)
commita7554688338b04ec362bc475b0992ef8799c8bd0
treed6e62341243ef4ce526d4908ba4abebf86a1079f
parente9b68a09e815946e9d6b6606f80e43d582cf098d
Remove -fwarn-simple-patterns, and make -fwarn-incomplete-patterns include lambdas

This makes
     \(x:xs) -> e
want when you have -fwarn-incomplete-patterns, which is consistent.
compiler/deSugar/Match.lhs
compiler/main/DynFlags.hs
docs/users_guide/flags.xml
docs/users_guide/using.xml