A “proof assistant” with holes and implicit arguments. Being developed to learn about elaboration, meta variables and OCaml.
Go to file
Rachel Lambda Samuelsson 1ac3d99bab update readme 2022-08-30 18:09:24 +02:00
bin initial commit? 2022-08-25 20:29:55 +02:00
lib did some work on conversion 2022-08-30 18:08:51 +02:00
test initial commit? 2022-08-25 20:29:55 +02:00
.gitignore initial commit? 2022-08-25 20:29:55 +02:00
README.md update readme 2022-08-30 18:09:24 +02:00
dune-project initial commit? 2022-08-25 20:29:55 +02:00
implicitt.opam initial commit? 2022-08-25 20:29:55 +02:00

README.md

implicitt

A “proof assistant” with holes and implcit arguments. Developed to learn about elaboration, meta variables and OCaml

TODO

  • evaluation

  • conversion

  • Raw syntax

    • Parser (BNFC)
  • Metas

  • Unification

  • Implicit arguments

  • More types

    • Id
    • Tarski Universes (in the core)