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 _ =
match x with
| { y =
(* _____________________________________________________________________ *)
( X _ | Y _ )
} -> ()
;;
I get this error message:
ocamlformat: Cannot process "original.ml".
Please report this bug at https://github.com/ocaml-ppx/ocamlformat/issues.
BUG: formatting did not stabilize after 10 iterations.
How to Reproduce
Run ocamlformat --profile=janestreet --enable-outside-detected-project original.ml. Built from a906b5d.
The text was updated successfully, but these errors were encountered:
Describe the bug
I format this code:
I get this error message:
How to Reproduce
Run
ocamlformat --profile=janestreet --enable-outside-detected-project original.ml
. Built from a906b5d.The text was updated successfully, but these errors were encountered: