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
ReLoC-v1
Commits
c7f5f4cc
Commit
c7f5f4cc
authored
Sep 09, 2017
by
Robbert Krebbers
Browse files
Get rid of more scopes.
parent
946dd99c
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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