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
Marianna Rapoport
iris-coq
Commits
d71cbe0f
Commit
d71cbe0f
authored
Mar 12, 2016
by
Robbert Krebbers
Browse files
Remove obsolete FIXME.
parent
610698ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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