|
|
|
|
|
by cowbell
4376 days ago
|
|
It's also wrong :) http://www.uncarved.com/blog/not_currying.mrk Which the author freely admits: (Some will insist that what we're doing is more properly called "partial application", and that "currying" should be reserved for the cases where the resulting functions take one parameter, each resolving to a separate new function until all the required parameters have been supplied. They can please feel free to keep on insisting.) |
|
---
Really, I think it's pretty meaningful to blur the distinction between "curry (once)" and "curry repeatedly along with tuple reassociation". The later forms an equivalence class of function types which all have the same application behavior.