Open dinosaure opened 1 year ago
This is more of a maintenance issue but when reading the code, the programming style is not really consistent. I don't really have strong opinions on this but have you thought about using something like ocamlformat or ocp-indent?
ocamlformat
ocp-indent
Applying more consistently ocp-indent could be a sensible cleanup. I am overall not really convinced by ocamlformat, at least for small projects.
This is more of a maintenance issue but when reading the code, the programming style is not really consistent. I don't really have strong opinions on this but have you thought about using something like
ocamlformat
orocp-indent
?