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
7c67bcc2
Commit
7c67bcc2
authored
9 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
consistently call the saved assertions 'R'
parent
258809d8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
barrier/barrier.v
+3
-3
3 additions, 3 deletions
barrier/barrier.v
with
3 additions
and
3 deletions
barrier/barrier.v
+
3
−
3
View file @
7c67bcc2
...
@@ -103,11 +103,11 @@ Section proof.
...
@@ -103,11 +103,11 @@ Section proof.
Notation
iProp
:=
(
iPropG
heap_lang
Σ
)
.
Notation
iProp
:=
(
iPropG
heap_lang
Σ
)
.
Definition
waiting
(
P
:
iProp
)
(
I
:
gset
gname
)
:
iProp
:=
Definition
waiting
(
P
:
iProp
)
(
I
:
gset
gname
)
:
iProp
:=
(
∃
Q
:
gname
→
iProp
,
▷
(
P
-★
Π
★
{
set
I
}
(
λ
i
,
Q
i
))
★
(
∃
R
:
gname
→
iProp
,
▷
(
P
-★
Π
★
{
set
I
}
(
λ
i
,
R
i
))
★
Π
★
{
set
I
}
(
λ
i
,
saved_prop_own
SpI
i
(
Q
i
)))
%
I
.
Π
★
{
set
I
}
(
λ
i
,
saved_prop_own
SpI
i
(
R
i
)))
%
I
.
Definition
ress
(
I
:
gset
gname
)
:
iProp
:=
Definition
ress
(
I
:
gset
gname
)
:
iProp
:=
(
Π
★
{
set
I
}
(
λ
i
,
∃
Q
,
saved_prop_own
SpI
i
Q
★
▷
Q
))
%
I
.
(
Π
★
{
set
I
}
(
λ
i
,
∃
R
,
saved_prop_own
SpI
i
R
★
▷
R
))
%
I
.
Definition
barrier_inv
(
l
:
loc
)
(
P
:
iProp
)
(
s
:
stateT
)
:
iProp
:=
Definition
barrier_inv
(
l
:
loc
)
(
P
:
iProp
)
(
s
:
stateT
)
:
iProp
:=
match
s
with
match
s
with
...
...
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