Instances for fixed width signed integer types. #
Equations
- Int8.instOrd = { compare := fun (x y : Int8) => compareOfLessAndEq x y }
Equations
- Int16.instOrd = { compare := fun (x y : Int16) => compareOfLessAndEq x y }
Equations
- Int32.instOrd = { compare := fun (x y : Int32) => compareOfLessAndEq x y }
Equations
- Int64.instOrd = { compare := fun (x y : Int64) => compareOfLessAndEq x y }
Equations
- ISize.instOrd = { compare := fun (x y : ISize) => compareOfLessAndEq x y }