Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Adam
Iris
Commits
69446a0b
Commit
69446a0b
authored
8 months ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Remove use of `map_Forall_insert_1`.
parent
efb542b0
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
iris/algebra/lib/gmap_view.v
+4
-6
4 additions, 6 deletions
iris/algebra/lib/gmap_view.v
with
4 additions
and
6 deletions
iris/algebra/lib/gmap_view.v
+
4
−
6
View file @
69446a0b
...
...
@@ -398,13 +398,11 @@ Section lemmas.
intros
??
Hm'
.
induction
m'
as
[|
k
v
m'
?
IH
]
using
map_ind
;
decompose_map_disjoint
.
{
rewrite
big_opM_empty
left_id_L
right_id
.
done
.
}
rewrite
IH
//.
2
:{
by
eapply
map_Forall_insert_1_2
.
}
rewrite
big_opM_insert
//
assoc
.
apply
map_Forall_insert
in
Hm'
as
[??];
last
done
.
rewrite
IH
//.
rewrite
big_opM_insert
//
assoc
.
apply
cmra_update_op
;
last
done
.
rewrite
-
insert_union_l
.
apply
(
gmap_view_alloc
_
k
dq
);
[|
done
|]
.
-
by
apply
lookup_union_None
.
-
eapply
Hm'
.
erewrite
lookup_insert
.
done
.
rewrite
-
insert_union_l
.
apply
(
gmap_view_alloc
_
k
dq
);
[|
done
..]
.
by
apply
lookup_union_None
.
Qed
.
Lemma
gmap_view_delete
m
k
v
:
...
...
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