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

Bump Iris.

parent 2f8887f0
Branches
No related tags found
No related merge requests found
Pipeline #41937 passed
......@@ -8,7 +8,7 @@ dev-repo: "git+https://gitlab.mpi-sws.org/iris/examples.git"
synopsis: "A collection of case studies for Iris"
depends: [
"coq-iris-heap-lang" { (= "dev.2021-02-12.0.ae905a7d") | (= "dev") }
"coq-iris-heap-lang" { (= "dev.2021-02-14.0.842fb394") | (= "dev") }
"coq-autosubst" { = "dev" }
"coq-iris-string-ident"
]
......
......@@ -44,7 +44,7 @@ Section ccounter.
Lemma is_ccounter_op γ₁ γ₂ q1 q2 (n1 n2 : nat) :
is_ccounter γ₁ γ₂ (q1 + q2) (n1 + n2) ⊣⊢ is_ccounter γ₁ γ₂ q1 n1 is_ccounter γ₁ γ₂ q2 n2.
Proof.
apply bi.equiv_spec; split; rewrite /is_ccounter frac_auth_frag_op own_op.
apply bi.equiv_entails; split; rewrite /is_ccounter frac_auth_frag_op own_op.
- iIntros "[? #?]".
iFrame "#"; iFrame.
- iIntros "[[? #?] [? _]]".
......
......@@ -597,7 +597,7 @@ Section ccounter.
Lemma is_ccounter_op γ q1 q2 (n1 n2 : nat) :
is_ccounter γ (q1 + q2) (n1 + n2)%nat ⊣⊢ is_ccounter γ q1 n1 is_ccounter γ q2 n2.
Proof.
apply bi.equiv_spec; split; rewrite /is_ccounter frac_auth_frag_op own_op.
apply bi.equiv_entails; split; rewrite /is_ccounter frac_auth_frag_op own_op.
- iIntros "[? #?]".
iFrame "#"; iFrame.
- iIntros "[[? #?] [? _]]".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment