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
Dmitry Khalanskiy
Iris
Commits
12195779
Commit
12195779
authored
May 26, 2016
by
Robbert Krebbers
Browse files
Change notation of prod functor to look like a prod instead of a pair.
parent
8d8d9eef
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/cofe.v
View file @
12195779
...
...
@@ -613,6 +613,6 @@ Qed.
(** Notation for writing functors *)
Notation
"∙"
:
=
idCF
:
cFunctor_scope
.
Notation
"F1 -n> F2"
:
=
(
cofe_morCF
F1
%
CF
F2
%
CF
)
:
cFunctor_scope
.
Notation
"
(
F1
,
F2
, .. , Fn )
"
:
=
(
prodCF
..
(
prodCF
F1
%
CF
F2
%
CF
)
..
Fn
%
CF
)
:
cFunctor_scope
.
Notation
"F1
*
F2"
:
=
(
prodCF
F1
%
CF
F2
%
CF
)
:
cFunctor_scope
.
Notation
"▶ F"
:
=
(
laterCF
F
%
CF
)
(
at
level
20
,
right
associativity
)
:
cFunctor_scope
.
Coercion
constCF
:
cofeT
>->
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