Skip to content

3.9.0

Compare
Choose a tag to compare
@anmonteiro anmonteiro released this 18 Jun 04:31
· 10 commits to master since this release

CHANGES:

  • Reduce the amount of parentheses around functor usage (@SanderSpies, #2683)
  • Print module type body on separate line (@SanderSpies, #2709)
  • Fix missing patterns around contraint pattern (a pattern with a type annotation).
  • Fix top level extension printing
  • Remove the dependency on the result package, which isn't needed for OCaml
    4.03 and above (@anmonteiro) #2703
  • Fix the binary parser by converting to the internal AST version used by
    Reason (@anmonteiro) #2713
  • Port Reason to ppxlib (@anmonteiro, #2711)
  • Support OCaml 5.1 (@anmonteiro, #2714)