diff --git a/opam b/opam index 93c4debd95ab96955acaa513bc0a67ba464be57b..d8d6d73dc823ce951b7a8fb2a35b3a3ed17b2dbc 100644 --- a/opam +++ b/opam @@ -11,7 +11,7 @@ synopsis: "Iris is a Higher-Order Concurrent Separation Logic Framework with sup depends: [ "coq" { (>= "8.10.2" & < "8.13~") | (= "dev") } - "coq-stdpp" { (= "dev.2020-10-01.1.f806b9b0") | (= "dev") } + "coq-stdpp" { (= "dev.2020-10-02.0.7ae77142") | (= "dev") } ] build: [make "-j%{jobs}%"] diff --git a/theories/algebra/view.v b/theories/algebra/view.v index f4dcad12262647b947fc47bfdc6ca4b2eb6a5b05..1554240c24fb9c502e5eaedca895ec842780d7c6 100644 --- a/theories/algebra/view.v +++ b/theories/algebra/view.v @@ -495,7 +495,7 @@ Section cmra. rewrite !local_update_unital. move=> Hup Hrel n [[[q ag]|] bf] /view_both_validN Hrel' [/=]. - rewrite right_id -Some_op -pair_op frac_op'=> /Some_dist_inj [/= H1q _]. - exfalso. apply (Qp_not_plus_q_ge_1 q). by rewrite -H1q. + exfalso. apply (Qp_not_plus_ge 1 q). by rewrite -H1q. - rewrite !left_id=> _ Hb0. destruct (Hup n bf) as [? Hb0']; [by eauto using view_rel_validN..|]. split; [apply view_both_validN; by auto|]. by rewrite -assoc Hb0'.