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

Bump Iris.

parent ce054a47
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ tags: [ ...@@ -28,7 +28,7 @@ tags: [
depends: [ depends: [
"coq" { (>= "8.13" & < "8.17~") | (= "dev") } "coq" { (>= "8.13" & < "8.17~") | (= "dev") }
"coq-stdpp" { (= "dev.2022-09-25.0.c71531e0") | (= "dev") } "coq-stdpp" { (= "dev.2022-09-29.0.c1e2742a") | (= "dev") }
] ]
build: ["./make-package" "iris" "-j%{jobs}%"] build: ["./make-package" "iris" "-j%{jobs}%"]
......
...@@ -284,7 +284,7 @@ Section cmra. ...@@ -284,7 +284,7 @@ Section cmra.
such that both that set [E1] and the remainder [E2] are infinite. *) such that both that set [E1] and the remainder [E2] are infinite. *)
edestruct (coPset_split_infinite ( (Ef (gset_to_coPset $ dom mf)))) as edestruct (coPset_split_infinite ( (Ef (gset_to_coPset $ dom mf)))) as
(E1 & E2 & HEunion & HEdisj & HE1inf & HE2inf). (E1 & E2 & HEunion & HEdisj & HE1inf & HE2inf).
{ rewrite -difference_difference_L. { rewrite -difference_difference_l_L.
by apply difference_infinite, gset_to_coPset_finite. } by apply difference_infinite, gset_to_coPset_finite. }
exists (dyn_reservation_map_token E1). exists (dyn_reservation_map_token E1).
split; first by apply HQ. clear HQ. split; first by apply HQ. clear HQ.
......
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