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/extraction/smtcoq.mli | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/extraction/smtcoq.mli (limited to 'src/extraction/smtcoq.mli') 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 -- cgit