implicitt/README.md

19 lines
279 B
Markdown
Raw Normal View History

2022-08-25 20:29:55 +02:00
# implicitt
A "proof assistant" with holes and implcit arguments. Developed to learn about elaboration, meta variables and OCaml
# TODO
* evaluation
* conversion
2022-08-30 15:32:00 +02:00
* Raw syntax
* Metas
* Unification
* Implicit arguments
* More types
* Id
* Tarski Universes (in the core)