A “proof assistant” with holes and implicit arguments. Being developed to learn about elaboration, meta variables and OCaml.
Go to file
Rachel Lambda Samuelsson ae9f061b31 update readme 2023-01-26 16:50:09 +01:00
bin I hate grammers 2022-09-03 12:36:13 +02:00
lib integrate bnfc 2023-01-26 16:49:17 +01:00
.gitignore initial commit? 2022-08-25 20:29:55 +02:00
README.md update readme 2023-01-26 16:50:09 +01: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 implicit arguments. Developed to learn about elaboration, meta variables and OCaml

Depends

  • BNFC
  • ocamlyacc
  • ocamllex

TODO

  • Raw syntax

    • Parser (BNFC)
  • Metas

  • Unification

  • Implicit arguments

  • More types

    • Id
    • Tarski Universes (in the core)