From 6566176e1f87838bada8c04ba80e608e8c7e958f Mon Sep 17 00:00:00 2001 From: Chantal Keller Date: Tue, 14 Nov 2017 10:55:40 +0100 Subject: Command to bypass typechecking when generating a zchaff theorem --- src/versions/native/smtcoq_plugin_native.ml4 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/versions/native') diff --git a/src/versions/native/smtcoq_plugin_native.ml4 b/src/versions/native/smtcoq_plugin_native.ml4 index 6dae9dd..da0671e 100644 --- a/src/versions/native/smtcoq_plugin_native.ml4 +++ b/src/versions/native/smtcoq_plugin_native.ml4 @@ -30,6 +30,13 @@ VERNAC COMMAND EXTEND Vernac_zchaff ] END +VERNAC COMMAND EXTEND Vernac_zchaff_abs +| [ "Zchaff_Theorem_Abs" ident(name) string(fdimacs) string(fproof) ] -> + [ + Zchaff.theorem_abs name fdimacs fproof + ] +END + VERNAC COMMAND EXTEND Vernac_verit | [ "Parse_certif_verit" ident(t_i) ident(t_func) ident(t_atom) ident(t_form) ident(root) ident(used_roots) ident(trace) string(fsmt) string(fproof) ] -> -- cgit