tweak to day3

This commit is contained in:
2024-12-03 16:36:52 -08:00
parent 4d67db9fe4
commit 47657090c1
5 changed files with 11 additions and 7 deletions

View File

@@ -1,10 +1,12 @@
## TODO
- [x] Put worker in iframe on safari
- [ ] if we're staying with this version of auto, we might need to list candidates and why they're rejected. e.g. I had a bifunctor fail to solve because the right answer unblocked a Foo vs IO Foo mismatch
- [ ] literals for double
- [ ] default failing case for constructor matching
- [ ] Add icit to Lam (see `check` for details)
- [ ] add jump to definition magic to vscode extension
- [ ] TCO? Probably needed in browser, since v8 doesn't do it. bun and JavaScriptCore do support it.
- [x] deconstructing `let` (and do arrows)
- [x] Fix string printing to be js instead of weird Idris strings