feat(init): reserve notation for "not in"

This commit is contained in:
Leonardo de Moura 2014-12-14 18:49:19 -08:00
parent abe129aa4f
commit 8ad9b84c85
2 changed files with 2 additions and 0 deletions

View file

@ -73,6 +73,7 @@ reserve infixl `||`:65
/- set operations -/
reserve infix `∈`:50
reserve infix `∉`:50
reserve infixl `∩`:70
reserve infixl ``:65

View file

@ -72,6 +72,7 @@ reserve infixl `||`:65
/- set operations -/
reserve infix `∈`:50
reserve infix `∉`:50
reserve infixl `∩`:70
reserve infixl ``:65