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
Terraform modules
Monitor
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
Pierre Roux
Iris
Commits
e3ac2c2f
Commit
e3ac2c2f
authored
2 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
update std++
parent
d5410b27
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
coq-iris.opam
+1
-1
1 addition, 1 deletion
coq-iris.opam
iris/algebra/list.v
+2
-2
2 additions, 2 deletions
iris/algebra/list.v
iris_unstable/algebra/list.v
+3
-3
3 additions, 3 deletions
iris_unstable/algebra/list.v
with
6 additions
and
6 deletions
coq-iris.opam
+
1
−
1
View file @
e3ac2c2f
...
...
@@ -28,7 +28,7 @@ tags: [
depends: [
"coq" { (>= "8.13" & < "8.16~") | (= "dev") }
"coq-stdpp" { (= "dev.2022-08-11.
0
.6
6a28855
") | (= "dev") }
"coq-stdpp" { (= "dev.2022-08-11.
3
.6
7890e47
") | (= "dev") }
]
build: ["./make-package" "iris" "-j%{jobs}%"]
...
...
This diff is collapsed.
Click to expand it.
iris/algebra/list.v
+
2
−
2
View file @
e3ac2c2f
...
...
@@ -158,11 +158,11 @@ Next Obligation.
Qed
.
Next
Obligation
.
intros
F
A
?
B
?
x
.
rewrite
/=
-
{
2
}(
list_fmap_id
x
)
.
apply
list_fmap_equiv_ext
=>
y
.
apply
oFunctor_map_id
.
apply
list_fmap_equiv_ext
=>
???
.
apply
oFunctor_map_id
.
Qed
.
Next
Obligation
.
intros
F
A1
?
A2
?
A3
?
B1
?
B2
?
B3
?
f
g
f'
g'
x
.
rewrite
/=
-
list_fmap_compose
.
apply
list_fmap_equiv_ext
=>
y
;
apply
oFunctor_map_compose
.
apply
list_fmap_equiv_ext
=>
???
;
apply
oFunctor_map_compose
.
Qed
.
Global
Instance
listOF_contractive
F
:
...
...
This diff is collapsed.
Click to expand it.
iris_unstable/algebra/list.v
+
3
−
3
View file @
e3ac2c2f
...
...
@@ -526,7 +526,7 @@ Proof.
-
intros
n
l
.
rewrite
!
list_lookup_validN
=>
Hl
i
.
rewrite
list_lookup_fmap
.
by
apply
(
cmra_morphism_validN
(
fmap
f
:
option
A
→
option
B
))
.
-
intros
l
.
apply
Some_proper
.
rewrite
-!
list_fmap_compose
.
apply
list_fmap_equiv_ext
,
cmra_morphism_core
,
_
.
apply
list_fmap_equiv_ext
=>???
.
apply
cmra_morphism_core
,
_
.
-
intros
l1
l2
.
apply
list_equiv_lookup
=>
i
.
by
rewrite
list_lookup_op
!
list_lookup_fmap
list_lookup_op
cmra_morphism_op
.
Qed
.
...
...
@@ -540,11 +540,11 @@ Next Obligation.
Qed
.
Next
Obligation
.
intros
F
A
?
B
?
x
.
rewrite
/=
-
{
2
}(
list_fmap_id
x
)
.
apply
list_fmap_equiv_ext
=>
y
.
apply
urFunctor_map_id
.
apply
list_fmap_equiv_ext
=>
???
.
apply
urFunctor_map_id
.
Qed
.
Next
Obligation
.
intros
F
A1
?
A2
?
A3
?
B1
?
B2
?
B3
?
f
g
f'
g'
x
.
rewrite
/=
-
list_fmap_compose
.
apply
list_fmap_equiv_ext
=>
y
;
apply
urFunctor_map_compose
.
apply
list_fmap_equiv_ext
=>
???
;
apply
urFunctor_map_compose
.
Qed
.
Global
Instance
listURF_contractive
F
:
...
...
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