Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dan Frumin
iris-coq
Commits
7c67bcc2
Commit
7c67bcc2
authored
Feb 16, 2016
by
Ralf Jung
Browse files
consistently call the saved assertions 'R'
parent
258809d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
barrier/barrier.v
View file @
7c67bcc2
...
...
@@ -103,11 +103,11 @@ Section proof.
Notation
iProp
:=
(
iPropG
heap_lang
Σ
).
Definition
waiting
(
P
:
iProp
)
(
I
:
gset
gname
)
:
iProp
:=
(
∃
Q
:
gname
→
iProp
,
▷
(
P
-
★
Π★
{
set
I
}
(
λ
i
,
Q
i
))
★
Π★
{
set
I
}
(
λ
i
,
saved_prop_own
SpI
i
(
Q
i
)))
%
I
.
(
∃
R
:
gname
→
iProp
,
▷
(
P
-
★
Π★
{
set
I
}
(
λ
i
,
R
i
))
★
Π★
{
set
I
}
(
λ
i
,
saved_prop_own
SpI
i
(
R
i
)))
%
I
.
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
:=
match
s
with
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment