Equations
- Lean.Grind.Int8.natCast = { natCast := fun (x : Nat) => Int8.ofNat x }
Instances For
Equations
- Lean.Grind.Int8.intCast = { intCast := fun (x : Int) => Int8.ofInt x }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Grind.Int16.natCast = { natCast := fun (x : Nat) => Int16.ofNat x }
Instances For
Equations
- Lean.Grind.Int16.intCast = { intCast := fun (x : Int) => Int16.ofInt x }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Grind.Int32.natCast = { natCast := fun (x : Nat) => Int32.ofNat x }
Instances For
Equations
- Lean.Grind.Int32.intCast = { intCast := fun (x : Int) => Int32.ofInt x }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Grind.Int64.natCast = { natCast := fun (x : Nat) => Int64.ofNat x }
Instances For
Equations
- Lean.Grind.Int64.intCast = { intCast := fun (x : Int) => Int64.ofInt x }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Grind.ISize.natCast = { natCast := fun (x : Nat) => ISize.ofNat x }
Instances For
Equations
- Lean.Grind.ISize.intCast = { intCast := fun (x : Int) => ISize.ofInt x }
Instances For
Equations
- One or more equations did not get rendered due to their size.