aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorJosh Chen2020-06-15 11:53:44 +0200
committerJosh Chen2020-06-15 11:53:44 +0200
commite42b7b3c7d29160939a150b9ec94fc476f7d53e3 (patch)
treed2e404094ff77d1969eb1207f542095794246038 /TODO.md
parent9050b7414021db31b23a034567ebc6da3f6c5f67 (diff)
parent69bf0744a5ce3ba144f59564ebf74d7d2f56b748 (diff)
Merge branch 'dev'
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/TODO.md b/TODO.md
deleted file mode 100644
index 84f1160..0000000
--- a/TODO.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# To-do list
-
-In no particular order. Some of the following might need 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.