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
Iris
Iris
Commits
22cf8bd9
Commit
22cf8bd9
authored
Feb 14, 2016
by
Ralf Jung
Browse files
stub out the accidentally committed per-location allocation
parent
bfbc4420
Changes
1
Hide whitespace changes
Inline
Side-by-side
heap_lang/heap.v
View file @
22cf8bd9
...
...
@@ -119,7 +119,8 @@ Section heap.
P
⊑
wp
E
(
Alloc
e
)
Q
.
Proof
.
intros
HN
?
?
HP
.
eapply
wp_alloc_heap
with
(
σ
:
=
∅
)
;
try
eassumption
.
rewrite
HP
.
rewrite
left_id
.
rewrite
HP
.
Fail
rewrite
left_id
.
Abort
.
Lemma
wp_load_heap
N
E
γ
σ
l
v
P
Q
:
σ
!!
l
=
Some
v
→
...
...
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