aboutsummaryrefslogtreecommitdiffstats
path: root/src/SMTCoq.v
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2016-05-01 23:51:12 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2016-05-01 23:51:12 +0200
commitfb4e5e5be1cc365e3a2ae1758c385ee0fc51e10a (patch)
treefafa585b405bb5c6f0a5eb604fad506e59c25466 /src/SMTCoq.v
parent5a1b0fdd5bab9b40c10d71c09fdb58725e7373bc (diff)
downloadsmtcoq-fb4e5e5be1cc365e3a2ae1758c385ee0fc51e10a.tar.gz
smtcoq-fb4e5e5be1cc365e3a2ae1758c385ee0fc51e10a.zip
Now, Coq 8.5 is the default
Diffstat (limited to 'src/SMTCoq.v')
-rw-r--r--src/SMTCoq.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMTCoq.v b/src/SMTCoq.v
index 40ef316..b6a9871 100644
--- a/src/SMTCoq.v
+++ b/src/SMTCoq.v
@@ -18,4 +18,4 @@ Require Export Int63 List PArray.
Require Export State SMT_terms Trace.
Export Atom Form Sat_Checker Cnf_Checker Euf_Checker.
-Declare ML Module "trace/smt_tactic".
+Declare ML Module "smtcoq_plugin".