aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJosh Chen2020-06-01 17:33:40 +0200
committerJosh Chen2020-06-01 17:33:47 +0200
commitccc26cf8073071698f333107fd7443a6af7fb3de (patch)
tree2f868eaac63b9d25aa9e3fdbd1c936ca63835109 /README.md
parent8c0205ade477f732fceb484bf5986fdbc6469667 (diff)
update
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 14dd5d9..d5d35ea 100644
--- a/README.md
+++ b/README.md
@@ -20,12 +20,12 @@ $ echo path/to/Isabelle/HoTT >> ~/.isabelle/Isabelle2020/ROOTS
In no particular order. Some of the following might require changes to the Isabelle prover itself.
-- [ ] Implement dedicated tables for type information.
+- [ ] Dedicated type information data
- [ ] Tactic-based term elaboration has (at least) two problems:
1. `assume(s)` clauses don't accept schematic vars, and
2. it often results in overly-flexible subgoals that the typechecker doesn't solve.
Will need an elaborator integrated into Isabelle's syntax checking.
-- [ ] Inductive type definitions.
-- [ ] Recursive function definitions.
-- [ ] Higher inductive type definitions.
+- [ ] Inductive type definitions
+- [ ] Recursive function definitions
+- [ ] HITs