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
Iris
Iris
Commits
cc1191b9
Commit
cc1191b9
authored
Feb 13, 2016
by
Ralf Jung
Browse files
derive wp_load
parent
680ab4e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
heap_lang/heap.v
View file @
cc1191b9
...
...
@@ -95,4 +95,13 @@ Section heap.
{
eexists
.
eauto
.
}
Qed
.
Lemma
wp_load
E
γ
l
v
P
Q
:
nclose
N
⊆
E
→
P
⊑
heap_ctx
γ
→
P
⊑
(
heap_mapsto
γ
l
v
★
▷
(
heap_mapsto
γ
l
v
-
★
Q
v
))
→
P
⊑
wp
E
(
Load
(
Loc
l
))
Q
.
Proof
.
intros
HN
.
rewrite
/
heap_mapsto
.
apply
wp_load_heap
;
first
done
.
by
simplify_map_equality
.
Qed
.
End
heap
.
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