refactor(hott/init): 'prod' and 'sum' notation should be infix right like 'and' and 'or'
This commit is contained in:
parent
677ec2a2fe
commit
6843fe3a8b
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ reserve infixr `▸`:75
|
|||
|
||||
/- types and type constructors -/
|
||||
|
||||
reserve infixl `⊎`:25
|
||||
reserve infixl `×`:30
|
||||
reserve infixr `⊎`:25
|
||||
reserve infixr `×`:30
|
||||
|
||||
/- arithmetic operations -/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue