feat(init): reserve notation for "not in"
This commit is contained in:
parent
abe129aa4f
commit
8ad9b84c85
2 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,7 @@ reserve infixl `||`:65
|
|||
/- set operations -/
|
||||
|
||||
reserve infix `∈`:50
|
||||
reserve infix `∉`:50
|
||||
reserve infixl `∩`:70
|
||||
reserve infixl `∪`:65
|
||||
|
||||
|
|
|
@ -72,6 +72,7 @@ reserve infixl `||`:65
|
|||
/- set operations -/
|
||||
|
||||
reserve infix `∈`:50
|
||||
reserve infix `∉`:50
|
||||
reserve infixl `∩`:70
|
||||
reserve infixl `∪`:65
|
||||
|
||||
|
|
Loading…
Reference in a new issue