|
|
|
|
|
by mjarrett
797 days ago
|
|
One of my favorite features in OCaml is labeled arguments. You get a similar flavor of partial application, but without the strict argument order requirement (most of the time -- higher order functions are strict about labeled-function arguments). |
|