Hi,
In message "Array.foldr (Array.reduce)"
on 02/06/06, "Kontra, Gergely" <kgergely / mlabdial.hit.bme.hu> writes:
|If inject will be available, will foldl and foldr (=reduce) also?
"inject" *is* available in 1.7. The point is the method name, for
example, Python has "reduce" which works like foldl (and no foldr).
matz.