You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let-punning was introduced in OCaml 4.13.0 as a shorthand notation for variable bindings: let+ variable = variable in ... can be reduced to let+ variable in
let-punning was introduced in OCaml 4.13.0 as a shorthand notation for variable bindings:
let+ variable = variable in ...
can be reduced tolet+ variable in
(see https://ocaml.org/manual/bindingops.html#ss:letops-punning)
It would be useful to support that in the
future_syntax
preprocessor of dune.The text was updated successfully, but these errors were encountered: