aboutsummaryrefslogtreecommitdiffstats
path: root/src/verit/verit.mli
diff options
context:
space:
mode:
authorckeller <ckeller@users.noreply.github.com>2022-07-30 16:42:50 +0200
committerGitHub <noreply@github.com>2022-07-30 16:42:50 +0200
commitde9c46d059ddd38c0c1922d91cb788c3d550d488 (patch)
treedb0cdadd6853877cc02be40b325388f0a4d68a24 /src/verit/verit.mli
parentd5697269991500ed1b4b3e6bbec6108ea3a059bb (diff)
downloadsmtcoq-de9c46d059ddd38c0c1922d91cb788c3d550d488.tar.gz
smtcoq-de9c46d059ddd38c0c1922d91cb788c3d550d488.zip
Extraction for Coq 8.13 (#109)
Extraction is back! Some new features: * Not only an executable is generated, but the ZChaff and veriT checkers are available through a package called Smtcoq_extr * The command-line arguments are better handled * The veriT checker is now the default
Diffstat (limited to 'src/verit/verit.mli')
-rw-r--r--src/verit/verit.mli9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/verit/verit.mli b/src/verit/verit.mli
index d67051f..a041ce3 100644
--- a/src/verit/verit.mli
+++ b/src/verit/verit.mli
@@ -21,3 +21,12 @@ val checker_debug : string -> string -> unit
val theorem : CoqInterface.id -> string -> string -> unit
val tactic : int option -> EConstr.t -> CoqInterface.constr_expr list -> CoqInterface.tactic
val tactic_no_check : int option -> EConstr.t -> CoqInterface.constr_expr list -> CoqInterface.tactic
+
+(* For extraction *)
+val clear_all : unit -> unit
+val import_trace :
+ SmtAtom.Atom.reify_tbl ->
+ SmtAtom.Form.reify ->
+ string ->
+ (SmtAtom.Form.t SmtCertif.clause * SmtAtom.Form.t) option ->
+ SmtAtom.Form.t list -> int * SmtAtom.Form.t SmtCertif.clause