aboutsummaryrefslogtreecommitdiffstats
path: root/src/smtlib2/smtlib2_genConstr.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/smtlib2/smtlib2_genConstr.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/smtlib2/smtlib2_genConstr.mli')
-rw-r--r--src/smtlib2/smtlib2_genConstr.mli6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/smtlib2/smtlib2_genConstr.mli b/src/smtlib2/smtlib2_genConstr.mli
index 65f47b5..1299da5 100644
--- a/src/smtlib2/smtlib2_genConstr.mli
+++ b/src/smtlib2/smtlib2_genConstr.mli
@@ -14,6 +14,12 @@ val pp_symbol : Smtlib2_ast.symbol -> string
val parse_smt2bv : string -> bool list
val bigint_bv : Big_int.big_int -> int -> string
+(* For extraction *)
+val string_of_symbol : Smtlib2_ast.symbol -> string
+val sort_of_sort : Smtlib2_ast.sort -> SmtBtype.btype
+val make_root :
+ SmtAtom.Atom.reify_tbl -> SmtAtom.Form.reify -> Smtlib2_ast.term -> SmtAtom.Form.t
+
(* Import from an SMTLIB2 file *)
val import_smtlib2 :
SmtBtype.reify_tbl ->