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
Rodolphe Lepigre
Iris
Commits
7e7adcb9
Commit
7e7adcb9
authored
Jun 17, 2016
by
Robbert Krebbers
Browse files
Notation for n-ary non-expansive functions.
parent
dc6db28b
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/cofe.v
View file @
7e7adcb9
...
...
@@ -216,6 +216,10 @@ Arguments CofeMor {_ _} _ {_}.
Add
Printing
Constructor
cofeMor
.
Existing
Instance
cofe_mor_ne
.
Notation
"'λne' x .. y , t"
:
=
(@
CofeMor
_
_
(
λ
x
,
..
(@
CofeMor
_
_
(
λ
y
,
t
)
_
)
..)
_
)
(
at
level
200
,
x
binder
,
y
binder
,
right
associativity
).
Section
cofe_mor
.
Context
{
A
B
:
cofeT
}.
Global
Instance
cofe_mor_proper
(
f
:
cofeMor
A
B
)
:
Proper
((
≡
)
==>
(
≡
))
f
.
...
...
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