Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jonas Kastberg
iris
Commits
ca513824
Commit
ca513824
authored
Jun 05, 2019
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix `Params` for functors.
parent
322cdf37
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
theories/algebra/cmra.v
theories/algebra/cmra.v
+2
-2
theories/algebra/ofe.v
theories/algebra/ofe.v
+1
-1
No files found.
theories/algebra/cmra.v
View file @
ca513824
...
@@ -781,7 +781,7 @@ Record rFunctor := RFunctor {
...
@@ -781,7 +781,7 @@ Record rFunctor := RFunctor {
CmraMorphism
(
rFunctor_map
fg
)
CmraMorphism
(
rFunctor_map
fg
)
}.
}.
Existing
Instances
rFunctor_ne
rFunctor_mor
.
Existing
Instances
rFunctor_ne
rFunctor_mor
.
Instance
:
Params
(@
rFunctor_map
)
5
:
=
{}.
Instance
:
Params
(@
rFunctor_map
)
9
:
=
{}.
Delimit
Scope
rFunctor_scope
with
RF
.
Delimit
Scope
rFunctor_scope
with
RF
.
Bind
Scope
rFunctor_scope
with
rFunctor
.
Bind
Scope
rFunctor_scope
with
rFunctor
.
...
@@ -818,7 +818,7 @@ Record urFunctor := URFunctor {
...
@@ -818,7 +818,7 @@ Record urFunctor := URFunctor {
CmraMorphism
(
urFunctor_map
fg
)
CmraMorphism
(
urFunctor_map
fg
)
}.
}.
Existing
Instances
urFunctor_ne
urFunctor_mor
.
Existing
Instances
urFunctor_ne
urFunctor_mor
.
Instance
:
Params
(@
urFunctor_map
)
5
:
=
{}.
Instance
:
Params
(@
urFunctor_map
)
9
:
=
{}.
Delimit
Scope
urFunctor_scope
with
URF
.
Delimit
Scope
urFunctor_scope
with
URF
.
Bind
Scope
urFunctor_scope
with
urFunctor
.
Bind
Scope
urFunctor_scope
with
urFunctor
.
...
...
theories/algebra/ofe.v
View file @
ca513824
...
@@ -676,7 +676,7 @@ Record cFunctor := CFunctor {
...
@@ -676,7 +676,7 @@ Record cFunctor := CFunctor {
cFunctor_map
(
f
◎
g
,
g'
◎
f'
)
x
≡
cFunctor_map
(
g
,
g'
)
(
cFunctor_map
(
f
,
f'
)
x
)
cFunctor_map
(
f
◎
g
,
g'
◎
f'
)
x
≡
cFunctor_map
(
g
,
g'
)
(
cFunctor_map
(
f
,
f'
)
x
)
}.
}.
Existing
Instance
cFunctor_ne
.
Existing
Instance
cFunctor_ne
.
Instance
:
Params
(@
cFunctor_map
)
5
:
=
{}.
Instance
:
Params
(@
cFunctor_map
)
9
:
=
{}.
Delimit
Scope
cFunctor_scope
with
CF
.
Delimit
Scope
cFunctor_scope
with
CF
.
Bind
Scope
cFunctor_scope
with
cFunctor
.
Bind
Scope
cFunctor_scope
with
cFunctor
.
...
...
Write
Preview
Markdown
is supported
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