Equations
- Lean.Grind.instNatCastInt8 = { natCast := fun (x : Nat) => Int8.ofNat x }
Equations
- Lean.Grind.instIntCastInt8 = { intCast := fun (x : Int) => Int8.ofInt x }
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Grind.instNatCastInt16 = { natCast := fun (x : Nat) => Int16.ofNat x }
Equations
- Lean.Grind.instIntCastInt16 = { intCast := fun (x : Int) => Int16.ofInt x }
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Grind.instNatCastInt32 = { natCast := fun (x : Nat) => Int32.ofNat x }
Equations
- Lean.Grind.instIntCastInt32 = { intCast := fun (x : Int) => Int32.ofInt x }
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Grind.instNatCastInt64 = { natCast := fun (x : Nat) => Int64.ofNat x }
Equations
- Lean.Grind.instIntCastInt64 = { intCast := fun (x : Int) => Int64.ofInt x }
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Grind.instNatCastISize = { natCast := fun (x : Nat) => ISize.ofNat x }
Equations
- Lean.Grind.instIntCastISize = { intCast := fun (x : Int) => ISize.ofInt x }
Equations
- One or more equations did not get rendered due to their size.