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?

 On 13 September 2010 14:16, Magnus Therning <magnus@therning.org> wrote:
Using a lambda expression (anonymous function) or through clever use of flip.

 On 13 September 2010 15:01, Alex Rozenshteyn <rpglover64@gmail.com> wrote:
To actually give the example:
[example with a lambda expression] 

On 13 September 2010 16:33, Tommy M. McGuire <mcguire@crsr.net> wrote:
And to finish the example, fully parenthesized:
[example with a clever use of flip] 

To conclude, Haskell is a great language and has a fantastic user community.

Ozgur Akgun