[Haskell-cafe] Basic problem in Haskell language design?

Daniel Fischer daniel.is.fischer at web.de
Sun Mar 1 10:10:42 EST 2009


Am Sonntag, 1. März 2009 15:46 schrieb Adrian Neumann:
> You could turn on -Wall to get a whole bunch of such warnings.


And explicitely turn off those warnings that you're not interested in, like

ghc -O2 -Wall -fno-warn-type-defaults --make Somefile.hs

Cheers,
Daniel


More information about the Haskell-Cafe mailing list