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

Since Ocaml 4 if I remember correctly
4.01 to be exact. Along with @@, which is kinda comparable to $ in Haskell.