Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Iris
Commits
c9760e26
Commit
c9760e26
authored
May 31, 2016
by
Robbert Krebbers
Browse files
Oops, fix
8d1b743e
, forgot something.
parent
8d1b743e
Changes
1
Hide whitespace changes
Inline
Side-by-side
program_logic/boxes.v
View file @
c9760e26
...
...
@@ -191,7 +191,7 @@ Lemma box_empty_all f P Q :
Proof
.
iIntros
{?}
"H"
;
iDestruct
"H"
as
{
Φ
}
"[#HeqP Hf]"
.
iAssert
([
★
map
]
γ↦
b
∈
f
,
▷
Φ
γ
★
box_own_auth
γ
(
◯
Excl'
false
)
★
box_own_prop
γ
(
Φ
γ
)
★
inv
N
(
box_inv
γ
(
Φ
γ
)))%
I
with
"=>[Hf]"
as
"[HΦ ?]"
.
box_own_prop
γ
(
Φ
γ
)
★
inv
N
(
box_
slice_
inv
γ
(
Φ
γ
)))%
I
with
"=>[Hf]"
as
"[HΦ ?]"
.
{
iApply
(
pvs_big_sepM
_
_
f
)
;
iApply
(
big_sepM_impl
_
_
f
)
;
iFrame
"Hf"
.
iAlways
;
iIntros
{
γ
b
?}
"(Hγ' & #$ & #$)"
.
assert
(
true
=
b
)
as
<-
by
eauto
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment