aboutsummaryrefslogtreecommitdiffstats
path: root/src/extraction/smtcoq.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/extraction/smtcoq.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/extraction/smtcoq.mli')
-rw-r--r--src/extraction/smtcoq.mli17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/extraction/smtcoq.mli b/src/extraction/smtcoq.mli
deleted file mode 100644
index bf62ec3..0000000
--- a/src/extraction/smtcoq.mli
+++ /dev/null
@@ -1,17 +0,0 @@
-(**************************************************************************)
-(* *)
-(* SMTCoq *)
-(* Copyright (C) 2011 - 2022 *)
-(* *)
-(* See file "AUTHORS" for the list of authors *)
-(* *)
-(* This file is distributed under the terms of the CeCILL-C licence *)
-(* *)
-(**************************************************************************)
-
-
-type solver = Zchaff | Verit
-val usage : string
-val string_of_solver : solver -> string
-val verifier_of_solver : solver -> string -> string -> bool
-val run : solver -> string -> string -> unit