[Haskell-cafe] beginner's haskell question

Donald Bruce Stewart dons at cse.unsw.edu.au
Tue Aug 8 21:01:11 EDT 2006


jens-theisen-tmp01:
> Hello,
> 
> as a haskell newbie I'm wondering about the following question.
> 
> Are there options to popular haskell implementations or other means 
> (haskell lint?) to check for incomplete patterns at compile time for 
> some? I can't see a reason why this shouldn't be possible or even a 
> relatively simple thing to implement.
> 
> Cheers,
> 
> Jens

You might just want to always use:
    -Wall -Werror

to get the full range of extended warnings and checks.


More information about the Haskell-Cafe mailing list