monadic version of day21

This commit is contained in:
2024-12-21 21:02:56 -08:00
parent e396514899
commit 2c7c5eca55
4 changed files with 184 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ More comments in code! This is getting big enough that I need to re-find my bear
- [x] Support @ on the LHS
- [x] if / then / else sugar
- [ ] `data Foo = A | B` sugar
- [ ] records
- [x] records
- [x] where
- [ ] add namespaces
- [ ] magic nat?
@@ -154,7 +154,8 @@ More comments in code! This is getting big enough that I need to re-find my bear
- [x] check quantity
- [x] erase in output
- [ ] remove erased top level arguments
- [ ] type at point in vscode NOW
- [x] top level at point in vscode
- [ ] in-scope type at point in vscode
- [ ] repl
- [ ] LSP
- [x] don't match forced constructors at runtime