aboutsummaryrefslogtreecommitdiffstats
path: root/src/spl/Assumptions.v
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-07-07 14:32:37 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-07-07 14:32:37 +0200
commit0a0dc47da1916c2a850610cfb80ba04c17e64549 (patch)
tree022eaa0105a039341d09ec8b8ec530cc64c935f4 /src/spl/Assumptions.v
parentfd20ab4585d6e445cd9998ca33e70eb046613be1 (diff)
parentfa531ff0ef33557d38584f03126caea9507a5a67 (diff)
downloadsmtcoq-0a0dc47da1916c2a850610cfb80ba04c17e64549.tar.gz
smtcoq-0a0dc47da1916c2a850610cfb80ba04c17e64549.zip
Merge remote-tracking branch 'remotes/origin/coq-8.11' into coq-8.12
Diffstat (limited to 'src/spl/Assumptions.v')
-rw-r--r--src/spl/Assumptions.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spl/Assumptions.v b/src/spl/Assumptions.v
index 32ab634..e3aa767 100644
--- a/src/spl/Assumptions.v
+++ b/src/spl/Assumptions.v
@@ -93,7 +93,7 @@ Section Checker_correct.
Proof.
induction c1 as [ |l1 c1 IHc1]; simpl; intros [ |l2 c2]; simpl; auto; try discriminate.
unfold is_true. rewrite andb_true_iff. intros [H1 H2].
- rewrite Int63Properties.eqb_spec in H1. now rewrite (IHc1 _ H2), H1.
+ rewrite Int63.eqb_spec in H1. now rewrite (IHc1 _ H2), H1.
Qed.
Lemma valid_check_clause cid c :