thinking about IO

This commit is contained in:
2024-10-31 22:17:22 -07:00
parent a919799134
commit d41558c219
4 changed files with 50 additions and 9 deletions

View File

@@ -33,6 +33,7 @@
- [x] implicit patterns
- [x] operators
- [x] pair syntax (via comma operator)
- [ ] `data` sugar: `data Maybe a = Nothing | Just a`
- [x] matching on operators
- [x] top level
- [x] case statements