ocaml-containers icon indicating copy to clipboard operation
ocaml-containers copied to clipboard

alias `Infix` with `Syntax` everywhere, deprecate `Infix`

Open c-cube opened this issue 4 years ago • 1 comments

seems like the trend is using Syntax (e.g in lwt), and it's more accurate than Infix for the new let operators.

c-cube avatar Sep 28 '21 15:09 c-cube

In Lwt, the module Infix still exists and is for the infix operator like >>=. The module Syntax contains let* and other. Currently the monadic let bindings are in the module Infix, but we can have a separate module Syntax for them.

FardaleM avatar Nov 12 '21 16:11 FardaleM

good point.

c-cube avatar Sep 07 '22 13:09 c-cube