try to fix missing Aoc.newt in playground

This commit is contained in:
2024-12-18 14:00:59 -08:00
parent 54b50f3761
commit 6e8727c784
14 changed files with 2 additions and 1138 deletions

View File

@@ -7,7 +7,7 @@ More comments in code! This is getting big enough that I need to re-find my bear
- [x] for parse error, seek to col 0 token and process next decl
- [ ] Change `Ord` to be more like Idris - LT / EQ / GT (and entail equality)
- [ ] Keep a `compare` function on `SortedMap` (like lean)
- [ ] keymap for monaco
- [x] keymap for monaco
- [x] SortedMap.newt issue in `where`
- [x] fix "insufficient patterns", wire in M or Either String
- [x] Matching _,_ when Maybe is expected should be an error