aboutsummaryrefslogtreecommitdiffstats
path: root/src/SMT_terms.v
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-05-26 18:47:52 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-05-26 18:47:52 +0200
commit222031f6edc934ff4611a46780a148e1160c1d7b (patch)
tree59e4f9a0a7e7491b73e0490590f2187d94d16796 /src/SMT_terms.v
parent7af9476426f4dff75cd1ce50fc3c4c81b2134eac (diff)
downloadsmtcoq-222031f6edc934ff4611a46780a148e1160c1d7b.tar.gz
smtcoq-222031f6edc934ff4611a46780a148e1160c1d7b.zip
Minor changes on the Coq part
Diffstat (limited to 'src/SMT_terms.v')
-rw-r--r--src/SMT_terms.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMT_terms.v b/src/SMT_terms.v
index c36a13b..0358806 100644
--- a/src/SMT_terms.v
+++ b/src/SMT_terms.v
@@ -18,7 +18,7 @@ Local Open Scope list_scope.
Local Open Scope array_scope.
Local Open Scope int63_scope.
-Hint Unfold is_true : smtcoq_core.
+#[export] Hint Unfold is_true : smtcoq_core.
(* Remark: I use Notation instead of Definition du eliminate conversion check during the type checking *)