implicitt/README.md

17 lines
270 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
2022-08-30 15:32:00 +02:00
* Raw syntax
2022-08-30 18:09:24 +02:00
* Parser (BNFC)
2022-08-30 15:32:00 +02:00
* Metas
* Unification
* Implicit arguments
* More types
* Id
* Tarski Universes (in the core)