Equations
- instNatCastInt = { natCast := fun n => Int.ofNat n }
This instance is needed to ensure that instCoeNatInt
from core is not used.
Equations
- instCoeNatInt_1 = { coe := Nat.cast }
Std.Classes.Cast
This instance is needed to ensure that instCoeNatInt
from core is not used.