feat(library/init/reserved_notation.lean): add equiv relation symbol
This commit is contained in:
parent
5eb7fef564
commit
dfaeb475cc
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ reserve infix `=`:50
|
||||||
reserve infix `≠`:50
|
reserve infix `≠`:50
|
||||||
reserve infix `≈`:50
|
reserve infix `≈`:50
|
||||||
reserve infix `∼`:50
|
reserve infix `∼`:50
|
||||||
|
reserve infix `≡`:50
|
||||||
|
|
||||||
reserve infixr `∘`:60 -- input with \comp
|
reserve infixr `∘`:60 -- input with \comp
|
||||||
reserve postfix `⁻¹`:std.prec.max_plus -- input with \sy or \-1 or \inv
|
reserve postfix `⁻¹`:std.prec.max_plus -- input with \sy or \-1 or \inv
|
||||||
|
|
Loading…
Reference in a new issue