Search code examples
ocaml

ocaml pretty printer (code formatter)


I am looking for a code formatter or pretty printer for ocaml. Something like gofmt for the go programming language. It should preferably preserve comments.

I am correcting hand-ins and some of the code is formatted in a way that makes it very hard to read.


Solution

  • These days ocamlformat is recommended and well integrated into dune with dune fmt.