about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ce6c1f8..40bfde5 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ not-function applied to `false` (which evaluates to `true`).
 - [x] build a better repl
 - [ ] improve error messages
 - [ ] implement top-level definitions
-- [ ] implement less aggrevating syntax for non-dependent function & pair types
+- [x] implement less aggrevating syntax for non-dependent function & pair types
 - [ ] add a type of natural numbers
 - [ ] replace type-in-type with a proper (cumulative?) hierarchy of universes
   -> maybe use the mugen library or figure out typical ambiguity?