aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2020-01-28 14:29:33 +0100
committerChantal Keller <Chantal.Keller@lri.fr>2020-01-28 14:29:33 +0100
commita025ca9a557b3b66f43606d228119f80d0fa2039 (patch)
tree280d35c2a41f2a9412285037ae9cc2ffe89f9996
parent25f99b87cc2beb20aaa74a3a28a147f3afdf9467 (diff)
downloadsmtcoq-a025ca9a557b3b66f43606d228119f80d0fa2039.tar.gz
smtcoq-a025ca9a557b3b66f43606d228119f80d0fa2039.zip
Hint DB for QInst
-rw-r--r--src/QInst.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QInst.v b/src/QInst.v
index 724a482..611973e 100644
--- a/src/QInst.v
+++ b/src/QInst.v
@@ -27,7 +27,7 @@ Proof.
installed when we compile SMTCoq. *)
Qed.
-Hint Resolve impl_split.
+Hint Resolve impl_split : smtcoq_core.
(* verit silently transforms an <implb (a || b) c> into a <or (not a) c>
or into a <or (not b) c> when instantiating such a quantified theorem *)