On Wed, Mar 3, 2010 at 7:15 AM, Ivan Miljenovic
<ivan.miljeno...@gmail.com> wrote:
> 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.

Sorry, I should have been more clear.  When I run the program with
-Wall, the only warnings I get are shadow bindings, values defined by
not used, and a couple values without a type signature.  But I don't
get any warnings about either unmatched patterns or overlapping
patterns.

-Tom
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to