Port Prettier.idr to newt

This commit is contained in:
2024-11-16 12:01:48 -08:00
parent 26119be8b6
commit b185065fb0
7 changed files with 654 additions and 47 deletions

View File

@@ -1,6 +1,8 @@
## TODO
- [ ] accepting DCon for another type (skipping case, but should be an error)
- [ ] don't allow (or dot) duplicate names on LHS
- [ ] 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)