about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2024-06-30 21:31:53 +0200
committerMalte Voos <git@mal.tc>2024-06-30 21:31:53 +0200
commit1b6fc912bfad5a2b0e047835f6778137e4aabe5b (patch)
treed8e2e26461a6e09e21e0f135d80308acf40dcf10 /README.md
parentfab70aaf2947ff1369757355fbf11437c6db35ff (diff)
downloadtoytt-1b6fc912bfad5a2b0e047835f6778137e4aabe5b.tar.gz
toytt-1b6fc912bfad5a2b0e047835f6778137e4aabe5b.zip
improve error messages
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 40bfde5..80cc8ba 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ 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
 - [x] build a better repl
-- [ ] improve error messages
+- [x] improve error messages
 - [ ] implement top-level definitions
 - [x] implement less aggrevating syntax for non-dependent function & pair types
 - [ ] add a type of natural numbers