Skip to content

1.6.2

Latest
Compare
Choose a tag to compare
@KeenWill KeenWill released this 09 Feb 06:40
· 22 commits to master since this release
29c85d0

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)