aboutsummaryrefslogtreecommitdiffstats
path: root/src/array
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@inria.fr>2020-06-30 13:34:41 +0200
committerChantal Keller <Chantal.Keller@inria.fr>2020-06-30 13:34:41 +0200
commit88cfb1c2883a44a4295b4c5fe7f091f107913412 (patch)
treeca78f7b32ab84ed72b5f17f7b389844e4233dc6e /src/array
parent1300f0ab1aa346b4830d42e04693aba32d77d500 (diff)
parent5a48d8b315ba20a5d79b56f9f3fa0ab7a1e8e13a (diff)
downloadsmtcoq-88cfb1c2883a44a4295b4c5fe7f091f107913412.tar.gz
smtcoq-88cfb1c2883a44a4295b4c5fe7f091f107913412.zip
Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10
Diffstat (limited to 'src/array')
-rw-r--r--src/array/Array_checker.v4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/array/Array_checker.v b/src/array/Array_checker.v
index 3a982b2..0540855 100644
--- a/src/array/Array_checker.v
+++ b/src/array/Array_checker.v
@@ -893,10 +893,6 @@ Section certif.
apply read_over_other_write; now auto.
Qed.
- Axiom afold_left_or : forall a,
- afold_left bool int false orb (Lit.interp rho) a =
- C.interp rho (to_list a).
-
Lemma valid_check_ext lres : C.valid rho (check_ext lres).
unfold check_ext, eq_sel_sym.
case_eq (Lit.is_pos lres); intro Heq; simpl; try now apply C.interp_true.