lean2/doc/todo.md

15 lines
490 B
Markdown
Raw Normal View History

To Do List
----------
- Universe polymorphism.
- Inductive datatypes.
- New representation for metavariables.
- New elaborator
2014-02-07 01:01:30 +00:00
- Add unification hints support in the Lean front-end.
- Improved extensible parser and pretty printer.
- Notation-sets for organizing user defined notation.
- Generic Tableaux prover.
2013-09-15 06:07:40 +00:00
- [MCSat](http://leodemoura.github.io/files/fmcad2013.pdf) framework.
- Independent type checker using a different programming language (e.g., F* or OCaml).
- New apply-tactic.