Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Rodolphe Lepigre
Iris
Commits
ebe7b443
Commit
ebe7b443
authored
Jul 27, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use auth_update_no_frame in boxes.
parent
8b6f2178
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
program_logic/boxes.v
program_logic/boxes.v
+1
-2
No files found.
program_logic/boxes.v
View file @
ebe7b443
...
...
@@ -70,8 +70,7 @@ Proof.
rewrite
/
box_own_prop
-!
own_op
own_valid_l
prod_validI
;
iIntros
"[[Hb _] Hγ]"
.
iDestruct
"Hb"
as
%
[[[]
[=
->]%
leibniz_equiv
]
?]%
auth_valid_discrete
.
iApply
(@
own_update
with
"Hγ"
)
;
apply
prod_update
;
simpl
;
last
reflexivity
.
rewrite
-{
1
}(
right_id
∅
_
(
Excl'
b2
))
-{
1
}(
right_id
∅
_
(
Excl'
b3
)).
by
apply
auth_update
,
option_local_update
,
exclusive_local_update
.
by
apply
auth_update_no_frame
,
option_local_update
,
exclusive_local_update
.
Qed
.
Lemma
box_own_agree
γ
Q1
Q2
:
...
...
Write
Preview
Markdown
is supported
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