On 3 March 2010 16:11, Tom Hawkins <tomahawk...@gmail.com> wrote:
> -Wall only complains about shadow bindings, defined but not used, and
> no type signature.  But no unmatched patterns.

Yes it does: one of the options it brings in is
-fwarn-incomplete-patterns which tells you if you've missed a pattern
match.

http://www.haskell.org/ghc/docs/latest/html/users_guide/options-sanity.html

-- 
Ivan Lazar Miljenovic
ivan.miljeno...@gmail.com
IvanMiljenovic.wordpress.com
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to