aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJosh Chen2020-06-01 17:22:09 +0200
committerJosh Chen2020-06-01 17:22:09 +0200
commitcf5136f00a5eaa0f81cb84705db04171a614c43a (patch)
tree0881af46eecdcc6f3daab48e2a15fb93655a6923 /README.md
parent29112d66eb3ecf4139db1da16878d8a817640696 (diff)
update
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index 3bba5f0..329ecf1 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,11 @@ $ echo path/to/Isabelle/HoTT >> ~/.isabelle/Isabelle2020/ROOTS
In no particular order. Some of the following might require changes to the Isabelle prover itself.
-[ ] Typing information is implicit in context facts, and the collection must be searched every time we need a type for a term.
- For performance, should probably implement dedicated tables.
-[ ] 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 likely need an elaborator integrated into Isabelle's syntax checking.
-[ ] Inductive type definitions.
-[ ] Recursive function definitions.
+- [ ] Implement dedicated tables for type information.
+- [ ] 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.