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
Fix let bindings formatting with dummy locations (#2654)
* Fix let bindings formatting with dummy locations
Let bindings with dummy locations formatted like this:
let* a = let* b = c in
d in
This happens when constructing new AST nodes and formatting them with
ocamlformat-lib.
* fmt
0 commit comments