Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tej Chajed
iris
Commits
d71cbe0f
Commit
d71cbe0f
authored
9 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Remove obsolete FIXME.
parent
610698ec
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
heap_lang/heap.v
+2
-4
2 additions, 4 deletions
heap_lang/heap.v
with
2 additions
and
4 deletions
heap_lang/heap.v
+
2
−
4
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
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment