Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Tej Chajed
iris
Commits
e88e2129
Commit
e88e2129
authored
9 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.mpi-sws.org:FP/iris-coq
parents
5b0c6378
3d01a881
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
barrier/proof.v
+2
-2
2 additions, 2 deletions
barrier/proof.v
barrier/specification.v
+1
-1
1 addition, 1 deletion
barrier/specification.v
with
3 additions
and
3 deletions
barrier/proof.v
+
2
−
2
View file @
e88e2129
...
...
@@ -325,7 +325,7 @@ Proof.
rewrite
!
wand_diag
-!
later_intro
.
solve_sep_entails
.
Qed
.
Lemma
recv_
strength
en
l
P1
P2
:
Lemma
recv_
weak
en
l
P1
P2
:
(
P1
-★
P2
)
⊑
(
recv
l
P1
-★
recv
l
P2
)
.
Proof
.
apply
wand_intro_l
.
rewrite
/
recv
.
rewrite
sep_exist_r
.
apply
exist_mono
=>
γ
.
...
...
@@ -339,7 +339,7 @@ Qed.
Lemma
recv_mono
l
P1
P2
:
P1
⊑
P2
→
recv
l
P1
⊑
recv
l
P2
.
Proof
.
intros
HP
%
entails_wand
.
apply
wand_entails
.
rewrite
HP
.
apply
recv_
strength
en
.
intros
HP
%
entails_wand
.
apply
wand_entails
.
rewrite
HP
.
apply
recv_
weak
en
.
Qed
.
End
proof
.
This diff is collapsed.
Click to expand it.
barrier/specification.v
+
1
−
1
View file @
e88e2129
...
...
@@ -29,6 +29,6 @@ Proof.
-
intros
l
P
.
apply
ht_alt
.
by
rewrite
-
(
wait_spec
heapN
N
l
P
)
wand_diag
right_id
.
-
intros
l
P
Q
.
apply
vs_alt
.
rewrite
-
(
recv_split
heapN
N
N
l
P
Q
)
//.
-
intros
l
P
Q
.
apply
recv_
strength
en
.
-
intros
l
P
Q
.
apply
recv_
weak
en
.
Qed
.
End
spec
.
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