implicitt/README.md
2022-08-31 20:49:40 +02:00

17 lines
270 B
Markdown

# implicitt
A "proof assistant" with holes and implcit arguments. Developed to learn about elaboration, meta variables and OCaml
# TODO
* Raw syntax
* Parser (BNFC)
* Metas
* Unification
* Implicit arguments
* More types
* Id
* Tarski Universes (in the core)