aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-06-07 14:41:54 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-06-07 14:41:54 +0200
commit082ec7c44f39f25bc3e59524dd9b358f1a209bca (patch)
treeead87515840efbfab45c7af5f6f541b33890e05c
parent917e40d0468ef7ce1d4dda9e412b0dbf4cff0bc7 (diff)
downloadsmtcoq-082ec7c44f39f25bc3e59524dd9b358f1a209bca.tar.gz
smtcoq-082ec7c44f39f25bc3e59524dd9b358f1a209bca.zip
All tests go through
-rw-r--r--src/QInst.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QInst.v b/src/QInst.v
index e78a2fe..41da06b 100644
--- a/src/QInst.v
+++ b/src/QInst.v
@@ -27,7 +27,7 @@ Proof.
installed when we compile SMTCoq. *)
Qed.
-#[export] Hint Resolve impl_split : smtcoq_core.
+#[global] 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 *)