j
k
j a
j l
2007/7/3, peterv :
In Haskell, currying can only be done on the last (rightmost) function arguments.
You can use "flip". E.g. if you have foo x y, and you want use "foo ? y" in a map, you can just write: map (flip foo y) xs Salvatore
Attachments:
Back to the thread
Back to the list