A “proof assistant” with holes and implicit arguments. Being developed to learn about elaboration, meta variables and OCaml.
Go to file
Rachel Lambda Samuelsson 7bc4be31c0 did some work on renaming / meta solutions 2023-02-05 17:04:41 +01:00
bin started work on metas 2023-01-31 19:51:46 +01:00
lib did some work on renaming / meta solutions 2023-02-05 17:04:41 +01:00
.gitignore initial commit? 2022-08-25 20:29:55 +02:00
README.md started work on metas 2023-01-31 19:51:46 +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 (WIP)

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

Depends

  • BNFC
  • ocamlyacc
  • ocamllex

TODO

  • Figure out representation of metas

    • Types needed for stuck values and typed conversion
    • Meta has value or other meta for type?
    • Where to put this file?
  • Raw syntax

    • Parser (BNFC)
  • Metas

    • Holes
    • Unification
  • Implicit arguments

  • More types

    • Id
    • W?
    • Tarski Universes (in the core)?
  • Pretty elimination syntax (cooltt esque)