haskell-cafe@haskell.org
[Top] [All Lists]

Re: [Haskell-cafe] Prelude.undefined

Subject: Re: [Haskell-cafe] Prelude.undefined
From: Ben Millwood
Date: Wed, 3 Mar 2010 10:41:04 +0000
On Wed, Mar 3, 2010 at 6:15 AM, Ivan Miljenovic
<ivan.miljenovic@xxxxxxxxx> wrote:
> On 3 March 2010 16:11, Tom Hawkins <tomahawkins@xxxxxxxxx> 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
>

I think he meant that it doesn't because he doesn't have any :)
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@xxxxxxxxxxx
http://www.haskell.org/mailman/listinfo/haskell-cafe

<Prev in Thread] Current Thread [Next in Thread>