patch applied (ghc-7.0/ghc): Remove -fwarn-simple-patterns, and make -fwarn-incomplete-patterns include lambdas

Ian Lynagh igloo at earth.li
Thu Sep 23 09:19:24 EDT 2010


Wed Sep 22 06:39:34 PDT 2010  simonpj at microsoft.com
  * 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.

    M ./compiler/deSugar/Match.lhs -21 +9
    M ./compiler/main/DynFlags.hs -3
    M ./docs/users_guide/flags.xml -7
    M ./docs/users_guide/using.xml -23

View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20100922133934-1287e-6ae16bafe86ad0941286982f3bf593377f081384.gz



More information about the Cvs-ghc mailing list