2007/7/3, peterv &lt;<a href="mailto:bf3@telenet.be">bf3@telenet.be</a>&gt;:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">









<div link="blue" vlink="purple" lang="EN-US">

<div>

<p>In Haskell, currying can only be done on the last (rightmost)
function arguments.</p></div></div></blockquote></div>You can use &quot;flip&quot;.<br>E.g. if you have foo x y, and you want use &quot;foo ? y&quot; in a map, you can just write:<br><br>map (flip foo y) xs<br><br>Salvatore
<br>