
9 May
2008
9 May
'08
2:01 p.m.
On 9 May 2008, at 21:52, PR Stanley wrote:
Hi (take 4 . map (>0)) (f s t) where s = 2 : t t = 3 : s f = zipWith (-) What would be the order of evaluation for the above code? How would I illustrate the evaluation step-by-step?
What do you need it for, really? Pure functional programs are not about evaluation order, but about values.