From 55283d57c9c2a6c997f5e77d66c3d575da7965ed Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 25 Feb 2020 11:23:01 +0100 Subject: [PATCH] bump std++, and fix for rename --- opam | 2 +- theories/algebra/vector.v | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opam b/opam index 5cdc1bb80..6847c7192 100644 --- a/opam +++ b/opam @@ -11,7 +11,7 @@ synopsis: "This is the Coq development of the Iris Project" depends: [ "coq" { (= "8.8.2") | (>= "8.9.1" & < "8.12~") | (= "dev") } - "coq-stdpp" { (= "dev.2020-02-19.1.1f223f8f") | (= "dev") } + "coq-stdpp" { (= "dev.2020-02-24.1.7d705c84") | (= "dev") } ] build: [make "-j%{jobs}%"] diff --git a/theories/algebra/vector.v b/theories/algebra/vector.v index a03666a98..3ec31e223 100644 --- a/theories/algebra/vector.v +++ b/theories/algebra/vector.v @@ -17,7 +17,7 @@ Section ofe. Proof. apply: (iso_cofe_subtype (λ l : list A, length l = m) (λ l, eq_rect _ (vec A) (list_to_vec l) m) vec_to_list)=> //. - - intros v []. by rewrite /= vec_to_list_of_list. + - intros v []. by rewrite /= vec_to_list_to_vec. - intros c. by rewrite (conv_compl 0 (chain_map _ c)) /= vec_to_list_length. Qed. -- GitLab