fix(reserved_notation): make :: bind stronger than ++

this allows us to write l1 ++ a :: l2 without parentheses
This commit is contained in:
Floris van Doorn 2015-11-21 00:08:09 -05:00 committed by Leonardo de Moura
parent 5abc450fad
commit cc03ca9c6d
2 changed files with 2 additions and 2 deletions

View file

@ -152,4 +152,4 @@ reserve infix ` ⊇ `:50
reserve infix ` `:50
reserve infixl ` ++ `:65
reserve infixr ` :: `:65
reserve infixr ` :: `:67

View file

@ -193,7 +193,7 @@ reserve infix ` ⊇ `:50
reserve infix ` `:50
reserve infixl ` ++ `:65
reserve infixr ` :: `:65
reserve infixr ` :: `:67
infix + := add
infix * := mul