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
FP
Stacked Borrows Coq
Commits
46dc5239
Commit
46dc5239
authored
Jul 07, 2019
by
Hai Dang
Browse files
simple write local
parent
dd880389
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/sim/simple.v
View file @
46dc5239
...
...
@@ -149,8 +149,7 @@ Lemma sim_simple_write_local fs ft r r' n l tg ty v v' css cst Φ :
r
⊨ˢ
{
n
,
fs
,
ft
}
(
Place
l
(
Tagged
tg
)
ty
<-
#
v
,
css
)
≥
(
Place
l
(
Tagged
tg
)
ty
<-
#
v
,
cst
)
:
Φ
.
Proof
.
Admitted
.
Proof
.
intros
Hty
Hres
HH
σ
s
σ
t
<-<-
.
eapply
sim_body_write_local_1
;
eauto
.
Qed
.
Lemma
sim_simple_retag_local
fs
ft
r
r
'
r
''
rs
n
l
s
'
s
tg
m
ty
css
cst
Φ
:
r
≡
r
'
⋅
res_mapsto
l
1
s
(
init_stack
(
Tagged
tg
))
→
...
...
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