doc(todo): update todo list
This commit is contained in:
parent
1f3e0f7a38
commit
ded72f94b2
1 changed files with 3 additions and 1 deletions
|
@ -14,4 +14,6 @@ To Do List
|
||||||
- Independent type checker using a different programming language (e.g., F* or OCaml).
|
- Independent type checker using a different programming language (e.g., F* or OCaml).
|
||||||
- Module for reading [OpenTheory](http://www.gilith.com/research/opentheory/) proofs.
|
- Module for reading [OpenTheory](http://www.gilith.com/research/opentheory/) proofs.
|
||||||
- Re-implement apply-tactic.
|
- Re-implement apply-tactic.
|
||||||
- Improve performance of `is_convertible` and `is_definitionally_equal` predicates
|
- Improve performance of `is_convertible` and `is_definitionally_equal` predicates.
|
||||||
|
- Create notation sets. We are currently all notation in a "single bag".
|
||||||
|
- Improve macro support, and allow users to provide arbitrary parser extensions using Lua.
|
||||||
|
|
Loading…
Reference in a new issue