
22 Feb
2007
22 Feb
'07
6:33 a.m.
This program in the nobench suite: http://www.cse.unsw.edu.au/~dons/code/nobench/imaginary/digits-of-e2/digits-... Generates incorrect output with yhi darcs version: $ yhc digits-of-e2.hs $ yhi Main.hbc 10 "2.88506250" Should be: $ ./digits-of-e2 10 "2.71828182" If it helps narrow things down, nhc98 from darcs produces the correct output here. Cheers, Don