implicitt/README.md

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)