Open Julow opened 1 year ago
An indented let inside a struct ... end was incorrectly interpreted as a LetIn.
let
struct ... end
LetIn
Same motivation as in https://github.com/OCamlPro/ocp-indent/pull/323. The indentation of fun is different inside a Let and a LetIn.
fun
Let
An indented
let
inside astruct ... end
was incorrectly interpreted as aLetIn
.Same motivation as in https://github.com/OCamlPro/ocp-indent/pull/323. The indentation of
fun
is different inside aLet
and aLetIn
.