Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris-coq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amin Timany
iris-coq
Commits
ebe7b443
Commit
ebe7b443
authored
8 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Use auth_update_no_frame in boxes.
parent
8b6f2178
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
program_logic/boxes.v
+1
-2
1 addition, 2 deletions
program_logic/boxes.v
with
1 addition
and
2 deletions
program_logic/boxes.v
+
1
−
2
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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment