Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iris
Commits
d71cbe0f
Commit
d71cbe0f
authored
Mar 12, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete FIXME.
parent
610698ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
heap_lang/heap.v
heap_lang/heap.v
+2
-4
No files found.
heap_lang/heap.v
View file @
d71cbe0f
...
...
@@ -101,8 +101,7 @@ Section heap.
Proof
.
intros
.
rewrite
-{
1
}(
from_to_heap
σ
).
etrans
.
{
rewrite
[
ownP
_
]
later_intro
.
apply
(
auth_alloc
(
ownP
∘
of_heap
)
N
E
(
to_heap
σ
))
;
last
done
.
apply
to_heap_valid
.
}
apply
(
auth_alloc
(
ownP
∘
of_heap
)
N
E
)
;
auto
using
to_heap_valid
.
}
apply
pvs_mono
,
exist_elim
=>
γ
.
rewrite
-(
exist_intro
(
HeapG
_
_
γ
))
/
heap_ctx
;
apply
and_mono_r
.
rewrite
/
heap_mapsto
/
heap_name
.
...
...
@@ -110,8 +109,7 @@ Section heap.
{
rewrite
big_sepM_empty
;
apply
True_intro
.
}
rewrite
to_heap_insert
big_sepM_insert
//.
rewrite
(
map_insert_singleton_op
(
to_heap
σ
))
;
last
rewrite
lookup_fmap
Hl
;
auto
.
(* FIXME: investigate why we have to unfold auth_own here. *)
last
by
rewrite
lookup_fmap
Hl
;
auto
.
by
rewrite
auth_own_op
IH
.
Qed
.
...
...
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