Y
Hacker News
new
|
ask
|
show
|
jobs
by
cvik
3688 days ago
OCaml, like SML, have the syntax for defining their own operators. |> is defined, to my knowledge, both in the standard prelude and in core.
1 comments
gaius
3688 days ago
Since Ocaml 4 if I remember correctly
link
LeonidasXIV
3688 days ago
4.01 to be exact. Along with @@, which is kinda comparable to $ in Haskell.
link