doc(todo): update todo list

This commit is contained in:
Leonardo de Moura 2014-02-08 09:23:13 -08:00
parent 1f3e0f7a38
commit ded72f94b2

View file

@ -14,4 +14,6 @@ To Do List
- Independent type checker using a different programming language (e.g., F* or OCaml).
- Module for reading [OpenTheory](http://www.gilith.com/research/opentheory/) proofs.
- 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.