implicitt/README.md

23 lines
313 B
Markdown
Raw Normal View History

2022-08-25 20:29:55 +02:00
# implicitt
2023-01-26 16:50:09 +01:00
A "proof assistant" with holes and implicit arguments. Developed to learn about elaboration, meta variables and OCaml
# Depends
* BNFC
* ocamlyacc
* ocamllex
2022-08-25 20:29:55 +02:00
# 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)