@@ -57,7 +57,6 @@ instance : LawfulUpwardEnumerableLE UInt8 where
5757 simpa [upwardEnumerableLE_ofBitVec, UInt8.le_iff_toBitVec_le] using
5858 LawfulUpwardEnumerableLE.le_iff _ _
5959
60- instance : LawfulOrderLT UInt8 := inferInstance
6160instance : LawfulUpwardEnumerableLT UInt8 := inferInstance
6261instance : LawfulUpwardEnumerableLT UInt8 := inferInstance
6362instance : LawfulUpwardEnumerableLowerBound .closed UInt8 := inferInstance
@@ -130,7 +129,6 @@ instance : LawfulUpwardEnumerableLE UInt16 where
130129 simpa [upwardEnumerableLE_ofBitVec, UInt16.le_iff_toBitVec_le] using
131130 LawfulUpwardEnumerableLE.le_iff _ _
132131
133- instance : LawfulOrderLT UInt16 := inferInstance
134132instance : LawfulUpwardEnumerableLT UInt16 := inferInstance
135133instance : LawfulUpwardEnumerableLT UInt16 := inferInstance
136134instance : LawfulUpwardEnumerableLowerBound .closed UInt16 := inferInstance
@@ -203,7 +201,6 @@ instance : LawfulUpwardEnumerableLE UInt32 where
203201 simpa [upwardEnumerableLE_ofBitVec, UInt32.le_iff_toBitVec_le] using
204202 LawfulUpwardEnumerableLE.le_iff _ _
205203
206- instance : LawfulOrderLT UInt32 := inferInstance
207204instance : LawfulUpwardEnumerableLT UInt32 := inferInstance
208205instance : LawfulUpwardEnumerableLT UInt32 := inferInstance
209206instance : LawfulUpwardEnumerableLowerBound .closed UInt32 := inferInstance
@@ -276,7 +273,6 @@ instance : LawfulUpwardEnumerableLE UInt64 where
276273 simpa [upwardEnumerableLE_ofBitVec, UInt64.le_iff_toBitVec_le] using
277274 LawfulUpwardEnumerableLE.le_iff _ _
278275
279- instance : LawfulOrderLT UInt64 := inferInstance
280276instance : LawfulUpwardEnumerableLT UInt64 := inferInstance
281277instance : LawfulUpwardEnumerableLT UInt64 := inferInstance
282278instance : LawfulUpwardEnumerableLowerBound .closed UInt64 := inferInstance
@@ -349,7 +345,6 @@ instance : LawfulUpwardEnumerableLE USize where
349345 simpa [upwardEnumerableLE_ofBitVec, USize.le_iff_toBitVec_le] using
350346 LawfulUpwardEnumerableLE.le_iff _ _
351347
352- instance : LawfulOrderLT USize := inferInstance
353348instance : LawfulUpwardEnumerableLT USize := inferInstance
354349instance : LawfulUpwardEnumerableLT USize := inferInstance
355350instance : LawfulUpwardEnumerableLowerBound .closed USize := inferInstance
0 commit comments