Closed hcarty closed 7 years ago
OCaml 4.04.0 introduced let exception ... in but this unfortunately breaks the latest version of ocp-indent in opam.
let exception ... in
Expected:
let () = let exception E of string in ()
Got:
OCaml 4.04.0 introduced
let exception ... in
but this unfortunately breaks the latest version of ocp-indent in opam.Expected:
Got: