OCaml是否支持明文定义的中缀函数?
arg1 `plus` arg2 = arg1 + arg2
谢谢
ocaml function infix-notation
function ×1
infix-notation ×1
ocaml ×1