chore(todo): update todo list

This commit is contained in:
Leonardo de Moura 2013-11-07 15:24:41 -08:00
parent 9c18439eb2
commit a16c41c2c7

View file

@ -7,9 +7,9 @@ To Do List
- ~~Reconsider whether meta-variables should be in `expr` or not. Metavariables (aka holes) are fundamental in our [design](design.md).~~ - ~~Reconsider whether meta-variables should be in `expr` or not. Metavariables (aka holes) are fundamental in our [design](design.md).~~
- ~~Improve Lean pretty printer for Pi's. For example, it produces `Var a : Pi (A : Type) (_ : A), A` instead of `Var a : Pi (A : Type), A -> A`.~~ - ~~Improve Lean pretty printer for Pi's. For example, it produces `Var a : Pi (A : Type) (_ : A), A` instead of `Var a : Pi (A : Type), A -> A`.~~
- ~~ Decide what will be the main technique for customizing Lean's behavior. The elaborator manager will have many building blocks that can be put together in many different ways. Possible solutions:~~ - ~~ Decide what will be the main technique for customizing Lean's behavior. The elaborator manager will have many building blocks that can be put together in many different ways. Possible solutions:~~
~~- We design our own configuration language.~~ - ~~We design our own configuration language.~~
~~- We use an off-the-shelf embedded language such as [Lua](http://www.lua.org).~~ - ~~We use an off-the-shelf embedded language such as [Lua](http://www.lua.org).~~
~~- We use Lean itself.~~ - ~~We use Lean itself.~~
- Module for reading [OpenTheory](http://www.gilith.com/research/opentheory/) proofs. - Module for reading [OpenTheory](http://www.gilith.com/research/opentheory/) proofs.
- ~~Higher-Order unification and matching~~. - ~~Higher-Order unification and matching~~.
- Rewriter (and Rewriter Combinators). - Rewriter (and Rewriter Combinators).