Skip to content
Snippets Groups Projects
Commit 5ab2529d authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Bump stdpp.

parent 8f6c063a
No related branches found
No related tags found
No related merge requests found
......@@ -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}%"]
......
......@@ -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'.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment