|
|
|
|
|
by atombender
2446 days ago
|
|
I've never heard of OCaml tuples being more common in arguments. If anything, my impression is they're discouraged (in OCaml, not SML) as a replacement for curried arguments. E.g. see [1]. > is nonsense in a functional language SML/OCaml and Haskell all use ->, so I'm not sure what you mean by this? [1] https://stackoverflow.com/questions/10666913/why-prefer-curr... |
|