Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
ReLoC-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dan Frumin
ReLoC-v1
Commits
c7f5f4cc
Commit
c7f5f4cc
authored
Sep 09, 2017
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of more scopes.
parent
946dd99c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
refinement.v
theories/examples/stack/refinement.v
+2
-2
No files found.
theories/examples/stack/refinement.v
View file @
c7f5f4cc
...
...
@@ -24,9 +24,9 @@ Section Stack_refinement.
Lemma
FG_CG_push_refinement
st
st
'
(
τ
i
:
D
)
(
v
v
'
:
val
)
l
{
τ
P
:
∀
ww
,
PersistentP
(
τ
i
ww
)
}
Γ
:
inv
stackN
(
sinv
τ
i
st
st
'
l
)
-
∗
τ
i
(
v
,
v
'
)
-
∗
Γ
⊨
(
(
FG_push
$
/
(
LitV
(
Loc
st
)))
v
)
%
E
≤
log
≤
((
CG_locked_push
$
/
(
LitV
(
Loc
st
'
))
$
/
(
LitV
(
Loc
l
)))
v
'
)
%
E
:
TUnit
.
Γ
⊨
(
FG_push
$
/
(
LitV
(
Loc
st
)))
v
≤
log
≤
(
CG_locked_push
$
/
(
LitV
(
Loc
st
'
))
$
/
(
LitV
(
Loc
l
)))
v
'
:
TUnit
.
Proof
.
iIntros
"#Hinv #Hvv'"
.
iIntros
(
Δ
).
iIntros
"#Hinv #Hvv'"
(
Δ
).
Transparent
FG_push
.
unfold
CG_locked_push
.
unlock
.
simpl_subst
/=
.
rel_rec_r
.
...
...
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