Equations
- Printf.instBoundedUInt8 = { minBound := 0, maxBound := 255 }
Equations
- Printf.instBoundedUInt16 = { minBound := 0, maxBound := 65535 }
Equations
- Printf.instBoundedUInt32 = { minBound := 0, maxBound := 4294967295 }
Equations
- Printf.instBoundedUInt64 = { minBound := 0, maxBound := 18446744073709551615 }
Equations
- Printf.instBoundedInt8 = { minBound := Int8.minValue, maxBound := Int8.maxValue }
Equations
- Printf.instBoundedInt16 = { minBound := Int16.minValue, maxBound := Int16.maxValue }
Equations
- Printf.instBoundedInt32 = { minBound := Int32.minValue, maxBound := Int32.maxValue }
Equations
- Printf.instBoundedInt64 = { minBound := Int64.minValue, maxBound := Int64.maxValue }