cleanup/changes to vscode package.json

This commit is contained in:
2026-02-11 17:26:45 -08:00
parent 6a16dc6150
commit 7048553906
4 changed files with 19 additions and 13 deletions

View File

@@ -1,7 +1,9 @@
## TODO
- [ ] For errors in other files, point to import
- [ ] Inject markdown highlighter into /- -/ comments in vscode
- [ ] For errors in other files, point to the import
- put a try in there and remove exitFailure
- [x] Unsolved metas should be errors (user metas are fine)
- [x] Better syntax for forward declared data (so we can distinguish from functions)
- [ ] maybe allow "Main" module name for any file
@@ -316,6 +318,8 @@
- [x] top level
- [x] case statements
- [ ] Lean ⟨ ⟩ anonymous constructors
- This would only work for `check` and we might need to revisit how `,` is handled.
- [ ] Lean-like `#eval`
- [ ] Lean-like .map, etc? (resolve name in namespace of target type, etc)
- [x] autos / typeclass resolution
- [x] very primitive version in place, not higher order, search at end