Skip to content

Minor - Expr.Match added

Compare
Choose a tag to compare
@jeffmay jeffmay released this 22 Feb 21:37
· 26 commits to v1 since this release
194bf0f
Add support for Expr.Match (#95)

- Add support for Expr.Match
- Add support for guard expressions
- Use existential types for MatchCase
- Add unit tests
- Add branch index to DebugArgs
- Add more tests and separate sequence tests
- Add evidence of subtyping to Match visitor method
- Separate unit test for overlapping conditions