aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Chen2021-02-01 13:03:19 +0000
committerJosh Chen2021-02-01 13:03:19 +0000
commit2570ac513160e93d7dde32cecaccc4dfb9398e41 (patch)
treea3205c438726729d1482047e7b3fc9c8564666af
parent2feb56660700af107abb5a28a7120052ac405518 (diff)
update readme
-rw-r--r--README.md19
1 files changed, 8 insertions, 11 deletions
diff --git a/README.md b/README.md
index 23ba6d1..eae65b9 100644
--- a/README.md
+++ b/README.md
@@ -20,15 +20,12 @@ $ echo path/to/Isabelle/HoTT >> ~/.isabelle/Isabelle2020/ROOTS
### To-do list
-In no particular order. Some of the following might(?) require changes to the Isabelle prover itself.
-
-- [ ] 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.
-- [ ] Proper handling of universes.
-- [ ] Inductive type definitions.
-- [ ] Recursive function definitions.
-- [ ] Higher inductive type definitions.
+In no particular order.
+
+- [ ] Dedicated type context data
+- [ ] Definitional unfolding, better simplification in the typechecker
+- [ ] Proper handling of universes
+- [ ] Recursive function definitions
+- [ ] Inductive type definitions
+- [ ] Higher inductive type definitions