
19 May
2007
19 May
'07
8:57 p.m.
On Sat, May 19, 2007 at 09:16:46PM +0100, Jon Fairbairn wrote:
Ilya Tsindlekht
writes: By definition, tail recursive function is recursive function in which the value returned from a recursive call is immediately returned without modification as value of the top-level invocation, which is true for foldl defined as above.
Sure. Did I say otherwise? Sorry, I thought you were saying foldl is not tail-recursive. I must have not read your message carefully enough, mea culpa.
-- Jón Fairbairn Jon.Fairbairn@cl.cam.ac.uk