Nicolás Ojeda Bär
Nicolás Ojeda Bär
Currently `dune` supports (via `dune build @fmt`) formatting of Reason code using `refmt`, OCaml code using `ocamlformat` and `dune` files. Dialects can also provide a custom formatting action and if...
Repro: ```bash $ mkdir test && cd test $ cat >dune-project EOF $ cat >dune (executable (name main2)) > EOF $ touch main1.ml main2.ml $ dune build @check File "main2.ml",...
Attempt to address #14376. I used the formulation "module-level let-binding" to exclude bindings introduced by "let-in" expressions, but perhaps there is something clearer that could be used. Suggestions welcome! Fixes...