[Haskell-cafe] Re: beginner's haskell question

2006-08-09 Thread Jens Theisen
J. Garrett Morris wrote: The ghc flag -fwarn-incomplete-patterns might be what you're looking for. Donald Bruce Stewart wrote: You might just want to always use: -Wall -Werror Thanks, I should have read the manual... Jens ___ Haskell-Cafe

[Haskell-cafe] beginner's haskell question

2006-08-08 Thread Jens Theisen
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