better names on solutions

This commit is contained in:
2024-11-14 16:28:40 -08:00
parent a186c15477
commit 60abe813dc
4 changed files with 15 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
## TODO
- [ ] improve test driver
- maybe a file listing jobs, whether they are known broken, optional expected output, optional expected JS execution output.
- [x] forall / ∀ sugar (Maybe drop this, issues with `.` and `{A}` works fine)
- [x] Bad module name error has FC 0,0 instead of the module or name
- [x] I've made `{x}` be `{x : _}` instead of `{_ : x}`. Change this.