Day2, prelude additions/fixes, better fc on do block errors

This commit is contained in:
2024-12-02 10:58:10 -08:00
parent 5c56458b6b
commit 52bbb5aa65
5 changed files with 100 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
## TODO
- [ ] 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)