about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2024-06-30 15:07:02 +0200
committerMalte Voos <git@mal.tc>2024-06-30 15:07:02 +0200
commitfab70aaf2947ff1369757355fbf11437c6db35ff (patch)
treedb4a00cb43cb4c3833091d5a7cd0423a99fb7f82 /README.md
parentb34ebf3fe3ecaf292be873d231dd54c80f16ad07 (diff)
downloadtoytt-fab70aaf2947ff1369757355fbf11437c6db35ff.tar.gz
toytt-fab70aaf2947ff1369757355fbf11437c6db35ff.zip
implement syntax for non-dependent function and pair types
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?