Skip to content
GitLab
Menu
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
8400d728
Commit
8400d728
authored
Jul 06, 2016
by
Robbert Krebbers
Browse files
Unqualify some names.
parent
aa93e899
Changes
1
Hide whitespace changes
Inline
Side-by-side
F_mu_ref_par/examples/stack/stack_rules.v
View file @
8400d728
...
...
@@ -173,7 +173,7 @@ Section Rules.
Context
{
iI
:
heapIG
Σ
}
.
Definition
stack_owns
(
h
:
stackUR
)
:=
(
ghost_ownership
.
own
stack_name
(
●
h
)
(
own
stack_name
(
●
h
)
★
[
★
map
]
l
↦
v
∈
h
,
match
v
with
|
DecAgree
v
'
=>
l
↦ᵢ
v
'
|
_
=>
True
...
...
@@ -210,7 +210,7 @@ Section Rules.
Lemma
stack_owns_open
h
l
v
:
stack_owns
h
★
l
↦ˢᵗᵏ
v
⊢
ghost_ownership
.
own
stack_name
(
●
h
)
⊢
own
stack_name
(
●
h
)
★
([
★
map
]
l
↦
v
∈
delete
l
h
,
match
v
with
|
DecAgree
v
'
=>
l
↦ᵢ
v
'
...
...
@@ -230,7 +230,7 @@ Section Rules.
Qed
.
Lemma
stack_owns_close
h
l
v
:
ghost_ownership
.
own
stack_name
(
●
h
)
own
stack_name
(
●
h
)
★
([
★
map
]
l
↦
v
∈
delete
l
h
,
match
v
with
|
DecAgree
v
'
=>
l
↦ᵢ
v
'
...
...
Write
Preview
Supports
Markdown
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