c-cube / trustee

[wip] A LCF-style kernel of trust intended for certified ATP and proof checking for FOL/HOL.

Home Page:https://trustee.cedeela.fr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add tactics

c-cube opened this issue · comments

  • tactics are mostly in rust
  • bridge to meta-language (where a tactic can be "applied" like a function or other builtins; composition operators)
  • return a thm and a proof script, that is progressively built. This way you eventually get a proof script that can replace the tactic invocation.