Skip to content

Releases: upenn-cis1xx/camelot

2.0.1

08 Feb 00:01
3b4bb6e
Compare
Choose a tag to compare

2.0.1 (2025-02-07)

Add new check for physical equality called EqPhysical

2.0.0 (2022-09-29)

Move from supporting OCaml 4.10.0 to instead support OCaml 4.13.0:

  • Migrate from Stream in the stdlib to camlp-streams, an opam package with the same functionality.
  • Parsetree was updated and required code changes:
    • Support for Pwith_modtype and Pwith_modtypesubst variants.
    • Support for Psig_modtypesubst variant.
    • Rearranging some type deconstruction for Ppat_construct which was restructured slightly.

1.6.2

09 Feb 06:40
29c85d0
Compare
Choose a tag to compare

Match Case Improvements (PR#81)

  • Improved student-facing "fix" for x :: [] match patterns.
    Now includes the preferred syntax ([x]) that should be used
    in place of the above.
  • Added new tests for the match patterns.
  • Added CHANGELOG.md (finally)