operators in case patterns

This commit is contained in:
2024-09-14 21:36:03 -07:00
parent 086f3d6541
commit ac7a61e1fd
7 changed files with 47 additions and 32 deletions

View File

@@ -13,9 +13,9 @@ I may be done with `U` - I keep typing `Type`.
- [x] implicit patterns
- [x] operators
- [x] pair syntax (via comma operator)
- [ ] matching on operators
- [x] matching on operators
- [x] top level
- [ ] case statements ********
- [x] case statements
- [x] SKIP list syntax
- Agda doesn't have it, clashes with pair syntax
- [ ] import