change {A} to mean {_ : A} instead of {A : _}

This commit is contained in:
2024-11-06 21:10:05 -08:00
parent 375c16f4fd
commit eb1388caa8
3 changed files with 18 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
## TODO
- [ ] I've made `{x}` be `{x : _}` instead of `{_ : x}`. Change this.
- [x] I've made `{x}` be `{x : _}` instead of `{_ : x}`. Change this.
- [ ] Remove context lambdas when printing solutions (show names from context)
- build list of names and strip λ, then call pprint with names
- [ ] Check for shadowing when declaring dcon