From de9c46d059ddd38c0c1922d91cb788c3d550d488 Mon Sep 17 00:00:00 2001 From: ckeller Date: Sat, 30 Jul 2022 16:42:50 +0200 Subject: 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 --- src/trace/smtCommands.mli | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/trace/smtCommands.mli') diff --git a/src/trace/smtCommands.mli b/src/trace/smtCommands.mli index d0ebb61..ed50a05 100644 --- a/src/trace/smtCommands.mli +++ b/src/trace/smtCommands.mli @@ -61,3 +61,6 @@ val tactic : CoqInterface.constr_expr list -> CoqInterface.tactic val model_string : Environ.env -> SmtBtype.reify_tbl -> 'a -> 'b -> 'c -> SExpr.t -> string + +(* For extraction *) +val compute_roots : SmtAtom.Form.t list -> SmtAtom.Form.t SmtCertif.clause -> int list -- cgit