fix(library/data/real/order): mark '2' as local notation
This commit is contained in:
parent
86b10ab184
commit
ea05ce7fe9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ open -[coercions] nat
|
|||
open eq eq.ops pnat
|
||||
local notation 0 := rat.of_num 0
|
||||
local notation 1 := rat.of_num 1
|
||||
notation 2 := subtype.tag (of_num 2) dec_trivial
|
||||
local notation 2 := subtype.tag (of_num 2) dec_trivial
|
||||
|
||||
----------------------------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue