Quantcast
Channel: Active questions tagged ocaml - Stack Overflow
Viewing all articles
Browse latest Browse all 527

Equivalent of Haskell's $ operator in OCaml

$
0
0

Is there an equivalent to Haskell's $ operator in OCaml, or do I have to rely on brackets? See for example,

multiplyByFive 5 + 1 -- 26

but

multiplyByFive $ 5 + 1 -- 30

Viewing all articles
Browse latest Browse all 527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>