
25 Aug
2006
25 Aug
'06
9:44 a.m.
Hi,
In GHC (and probably JHC) it shouldn't make any difference, in other compilers it might do.
In nhc98/Yhc it makes no performance difference. If you run Yhc with the -core flag you can see the output for each of the functions, and they're pretty close to identical. Thanks Neil