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
Iris
Iris
Commits
ca513824
Commit
ca513824
authored
Jun 05, 2019
by
Robbert Krebbers
Browse files
Fix `Params` for functors.
parent
322cdf37
Pipeline
#17197
passed with stage
in 13 minutes and 28 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
theories/algebra/cmra.v
View file @
ca513824
...
...
@@ -781,7 +781,7 @@ Record rFunctor := RFunctor {
CmraMorphism
(
rFunctor_map
fg
)
}.
Existing
Instances
rFunctor_ne
rFunctor_mor
.
Instance
:
Params
(@
rFunctor_map
)
5
:
=
{}.
Instance
:
Params
(@
rFunctor_map
)
9
:
=
{}.
Delimit
Scope
rFunctor_scope
with
RF
.
Bind
Scope
rFunctor_scope
with
rFunctor
.
...
...
@@ -818,7 +818,7 @@ Record urFunctor := URFunctor {
CmraMorphism
(
urFunctor_map
fg
)
}.
Existing
Instances
urFunctor_ne
urFunctor_mor
.
Instance
:
Params
(@
urFunctor_map
)
5
:
=
{}.
Instance
:
Params
(@
urFunctor_map
)
9
:
=
{}.
Delimit
Scope
urFunctor_scope
with
URF
.
Bind
Scope
urFunctor_scope
with
urFunctor
.
...
...
theories/algebra/ofe.v
View file @
ca513824
...
...
@@ -676,7 +676,7 @@ Record cFunctor := CFunctor {
cFunctor_map
(
f
◎
g
,
g'
◎
f'
)
x
≡
cFunctor_map
(
g
,
g'
)
(
cFunctor_map
(
f
,
f'
)
x
)
}.
Existing
Instance
cFunctor_ne
.
Instance
:
Params
(@
cFunctor_map
)
5
:
=
{}.
Instance
:
Params
(@
cFunctor_map
)
9
:
=
{}.
Delimit
Scope
cFunctor_scope
with
CF
.
Bind
Scope
cFunctor_scope
with
cFunctor
.
...
...
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