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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
