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

Bump Iris.

parent 25c5306a
No related branches found
No related tags found
No related merge requests found
Pipeline #21416 failed
...@@ -10,5 +10,5 @@ build: [make "-j%{jobs}%"] ...@@ -10,5 +10,5 @@ build: [make "-j%{jobs}%"]
install: [make "install"] install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/lrust'" ] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/lrust'" ]
depends: [ depends: [
"coq-gpfsl" { (= "dev.2019-10-10.1.048c330a") | (= "dev") } "coq-gpfsl" { (= "dev.2019-11-07.3.ed0b4138") | (= "dev") }
] ]
...@@ -13,8 +13,8 @@ Proof. ...@@ -13,8 +13,8 @@ Proof.
rewrite assoc (comm op σ' σ). by exists σ''. rewrite assoc (comm op σ' σ). by exists σ''.
Qed. Qed.
Lemma and_extract_own `{inG Σ A} γ σ (P : iProp Σ) : Lemma and_extract_own `{inG Σ A} γ (x : A) (P : iProp Σ) :
own γ σ P -∗ own γ σ (own γ σ -∗ P). own γ x P -∗ own γ x (own γ x -∗ P).
Proof. rewrite own_eq. apply and_extract_ownM. Qed. Proof. rewrite own_eq. apply and_extract_ownM. Qed.
Lemma and_extract_own_bor `{lftG Lat E0 Σ} κ σ (P : iProp Σ) : Lemma and_extract_own_bor `{lftG Lat E0 Σ} κ σ (P : iProp Σ) :
......
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