Equations
- Printf.instOfIntInt8 = { ofInt := Int8.ofInt }
Equations
- Printf.instOfIntInt16 = { ofInt := Int16.ofInt }
Equations
- Printf.instOfIntInt32 = { ofInt := Int32.ofInt }
Equations
- Printf.instOfIntInt64 = { ofInt := Int64.ofInt }
Equations
- Printf.instOfIntUInt8 = { ofInt := UInt8.ofNat ∘ Int.toNat }
Equations
- Printf.instOfIntUInt16 = { ofInt := UInt16.ofNat ∘ Int.toNat }
Equations
- Printf.instOfIntUInt32 = { ofInt := UInt32.ofNat ∘ Int.toNat }
Equations
- Printf.instOfIntUInt64 = { ofInt := UInt64.ofNat ∘ Int.toNat }
Equations
- Printf.instOfIntFloat32 = { ofInt := Float32.ofInt }
Equations
- Printf.instOfIntFloat = { ofInt := Float.ofInt }
class
Printf.Integral
(a : Type u)
extends Printf.Num a, Zero a, Div a, Mod a, Printf.OfInt a, Ord a, LT a, BEq a, LE a :
Type u
Instances
Equations
- Printf.instIntegralNat = { toNum := Printf.instNumNat, toZero := Zero.ofOfNat0, toMod := Nat.instMod, toOfInt := Printf.instOfIntNat, toInt := Int.ofNat }
Equations
- Printf.instIntegralInt = { toNum := Printf.instNumInt, toZero := Zero.ofOfNat0, toMod := Int.instMod, toOfInt := Printf.instOfIntInt, toInt := id }
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.