Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Actris
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
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
Dan Frumin
Actris
Commits
32a6cf2d
Commit
32a6cf2d
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Actually fix for latest Iris.
parent
c8c4744d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/channel/proto_model.v
+5
-5
5 additions, 5 deletions
theories/channel/proto_model.v
with
5 additions
and
5 deletions
theories/channel/proto_model.v
+
5
−
5
View file @
32a6cf2d
...
...
@@ -269,16 +269,16 @@ Program Definition protoOF (V : Type) (Fn F : oFunctor)
|}
.
Next
Obligation
.
intros
V
Fn
F
??
A1
?
A2
?
B1
?
B2
?
n
f
g
[??]
p
;
simpl
in
*.
apply
proto_map_ne
=>
//
y
;
by
apply
oFunctor_ne
.
apply
proto_map_ne
=>
//
y
;
by
apply
oFunctor_
map_
ne
.
Qed
.
Next
Obligation
.
intros
V
Fn
F
??
A
?
B
?
p
;
simpl
in
*.
rewrite
/=
-
{
2
}(
proto_map_id
p
)
.
apply
proto_map_ext
=>
//=
y
;
by
rewrite
oFunctor_id
.
apply
proto_map_ext
=>
//=
y
;
by
rewrite
oFunctor_
map_
id
.
Qed
.
Next
Obligation
.
intros
V
Fn
F
??
A1
?
A2
?
A3
?
B1
?
B2
?
B3
?
f
g
f'
g'
p
;
simpl
in
*.
rewrite
-
proto_map_compose
.
apply
proto_map_ext
=>
//=
y
;
by
rewrite
ofe
.
oFunctor_compose
.
apply
proto_map_ext
=>
//=
y
;
by
rewrite
ofe
.
oFunctor_
map_
compose
.
Qed
.
Instance
protoOF_contractive
(
V
:
Type
)
(
Fn
F
:
oFunctor
)
...
...
@@ -289,6 +289,6 @@ Instance protoOF_contractive (V : Type) (Fn F : oFunctor)
Proof
.
intros
??
A1
?
A2
?
B1
?
B2
?
n
f
g
Hfg
p
;
simpl
in
*.
apply
proto_map_ne
=>
//=
y
.
-
destruct
n
;
[|
destruct
Hfg
];
by
apply
oFunctor_contractive
.
-
destruct
n
;
[|
destruct
Hfg
];
by
apply
oFunctor_contractive
.
-
destruct
n
;
[|
destruct
Hfg
];
by
apply
oFunctor_
map_
contractive
.
-
destruct
n
;
[|
destruct
Hfg
];
by
apply
oFunctor_
map_
contractive
.
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