aboutsummaryrefslogtreecommitdiffstats
path: root/src/spl/Assumptions.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/spl/Assumptions.v')
-rw-r--r--src/spl/Assumptions.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spl/Assumptions.v b/src/spl/Assumptions.v
index 32ab634..0a8d79e 100644
--- a/src/spl/Assumptions.v
+++ b/src/spl/Assumptions.v
@@ -1,7 +1,7 @@
(**************************************************************************)
(* *)
(* SMTCoq *)
-(* Copyright (C) 2011 - 2021 *)
+(* Copyright (C) 2011 - 2022 *)
(* *)
(* See file "AUTHORS" for the list of authors *)
(* *)
@@ -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 :