On 13 September 2010 14:03, Lorenzo Isella <lorenzo.isella@gmail.com> wrote:
How can you iterate f on y (i.e. its second argument) while keeping x and y fixed?
Using a lambda expression (anonymous function) or through clever use of flip.
To actually give the example:
[example with a lambda expression]
And to finish the example, fully parenthesized:
[example with a clever use of flip]