Skip to content
sidnair09 edited this page Mar 26, 2012 · 3 revisions

OCaml style guide here.

Things to note:

  • we can use 2 spaces for indentation
  • use | for even the first case when pattern matching
  • make special note of what they say for whitespaces
  • Sometimes the guide says that people like alternate syntax. I think we can make decisions about this as we get to them, but I don't this will be a big issue.

Clone this wiki locally