Earlier quoted context omitted.
I'm curious about why Standard ML (SML) was chosen for this project, given the track record Jane Street has with OCaml. Do you seen an advantage for using the former in this kind of project?
It's all OCaml, GitHub is just misclassifying it as SML :)
echo '*.ml linguist-language=OCaml' >> .gitattributes
echo '*.mli linguist-language=OCaml' >> .gitattributes
[1] https://github.com/github/linguist/blob/master/docs/override...