diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,7 +28,8 @@ not-function applied to `false` (which evaluates to `true`). - [x] figure out how to recover variable names in pretty-printing so we don't have to print de bruijn indices all the time -- [ ] improve error messages and build a better repl +- [x] build a better repl +- [ ] improve error messages - [ ] implement top-level definitions - [ ] implement less aggrevating syntax for non-dependent function & pair types - [ ] add a type of natural numbers |