[Haskell-beginners] Selecting Arguments in Function to Feed Map

Ozgur Akgun ozgurakgun at gmail.com
Mon Sep 13 13:05:09 EDT 2010


On 13 September 2010 14:03, Lorenzo Isella <lorenzo.isella at 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 at therning.org> wrote:

> Using a lambda expression (anonymous function) or through clever use of
> flip.
>

 On 13 September 2010 15:01, Alex Rozenshteyn <rpglover64 at gmail.com> wrote:

> To actually give the example:
>
[example with a lambda expression]


On 13 September 2010 16:33, Tommy M. McGuire <mcguire at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/beginners/attachments/20100913/303f25f3/attachment.html


More information about the Beginners mailing list