fix(reserved_notation): make :: bind stronger than ++
this allows us to write l1 ++ a :: l2 without parentheses
This commit is contained in:
parent
5abc450fad
commit
cc03ca9c6d
2 changed files with 2 additions and 2 deletions
|
@ -152,4 +152,4 @@ reserve infix ` ⊇ `:50
|
|||
|
||||
reserve infix ` ∣ `:50
|
||||
reserve infixl ` ++ `:65
|
||||
reserve infixr ` :: `:65
|
||||
reserve infixr ` :: `:67
|
||||
|
|
|
@ -193,7 +193,7 @@ reserve infix ` ⊇ `:50
|
|||
|
||||
reserve infix ` ∣ `:50
|
||||
reserve infixl ` ++ `:65
|
||||
reserve infixr ` :: `:65
|
||||
reserve infixr ` :: `:67
|
||||
|
||||
infix + := add
|
||||
infix * := mul
|
||||
|
|
Loading…
Reference in a new issue