OCamlPro / ocp-indent

Indentation tool for OCaml, to be used from editors like Emacs and Vim.
http://www.typerex.org/ocp-indent.html
Other
201 stars 63 forks source link

Fix detection of Let vs LetIn after a 'struct' #324

Open Julow opened 1 year ago

Julow commented 1 year ago

An indented let inside a struct ... end was incorrectly interpreted as a 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.