Update todo.md

This commit is contained in:
Leonardo de Moura 2013-09-14 23:07:40 -07:00
parent a66d4ec42a
commit f527b931d8

View file

@ -13,7 +13,7 @@ To Do List
- Module for reading [OpenTheory](http://www.gilith.com/research/opentheory/) proofs.
- Higher-Order unification and matching.
- Rewriter (and Rewriter Combinators).
- MCSat framework.
- [MCSat](http://leodemoura.github.io/files/fmcad2013.pdf) framework.
- Implement independent type checker using a different programming language (e.g., OCaml).
- Add `match` construct in `expr`.
- Add inductive datatype (families) in the environment. It will be a new kind of object.