aboutsummaryrefslogtreecommitdiffstats
path: root/src/versions/native/smtcoq_plugin_native.ml4
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2017-11-14 10:55:40 +0100
committerChantal Keller <Chantal.Keller@lri.fr>2017-11-14 10:55:40 +0100
commit6566176e1f87838bada8c04ba80e608e8c7e958f (patch)
treee2ae78ce8b5b00ed605029e890bfe9bda632f6cb /src/versions/native/smtcoq_plugin_native.ml4
parent57c04ab82951ec5490e0f459610a0aa0d7c716ea (diff)
downloadsmtcoq-6566176e1f87838bada8c04ba80e608e8c7e958f.tar.gz
smtcoq-6566176e1f87838bada8c04ba80e608e8c7e958f.zip
Command to bypass typechecking when generating a zchaff theorem
Diffstat (limited to 'src/versions/native/smtcoq_plugin_native.ml4')
-rw-r--r--src/versions/native/smtcoq_plugin_native.ml47
1 files changed, 7 insertions, 0 deletions
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) ] ->