
5 Dec
2008
5 Dec
'08
6:06 p.m.
Also Sprach Daniel Fischer:
Turn off those warnings you don't want, like
$ ghci -Wall -fno-warn-type-defaults GHCi, version 6.8.3: http://www.haskell.org/ghc/ :? for help Loading package base ... linking ... done. Prelude> 2^2 4
A list of warning options is in section 5.7 of the user's guide (unless it's moved in the 6.10 branch).
Thanks very much, the location seems to be the same, Aleks