Closed marat-rkh closed 3 years ago
https://github.com/JetBrains/Arend/issues/250#issuecomment-666362789
Btw, I suggest problems related to Arend to go to https://github.com/JetBrains/Arend/issues.
Oh, you are right, language repo is the right place for the issue. Thanks for moving!
All the declarations in Prelude can be divided into 2 categories:
For some reason,
I
,Path
,=
,idp
, and@
are defined before numbers, butcoe
,coe2
, andiso
are defined after. I think it would be more logical to putcoe
,coe2
, andiso
before numbers.