ocamlformat
ocamlformat copied to clipboard
5.5 support: Structure item embedded in expressions
The AST will change for let-expressions that look like structure items: https://github.com/ocaml/ocaml/pull/13839
This includes let exception, let open, let module and possibly new forms of let open.
More changes on let-expressions being done in https://github.com/ocaml/ocaml/pull/14040
https://github.com/ocaml/ocaml/pull/14009