lean4-htt/src/Init/Data
2025-08-25 23:07:02 +00:00
..
Array chore: avoid confusing public import all combination (#10051) 2025-08-22 12:04:42 +00:00
BitVec chore: reduce Int imports on the critical path (#10123) 2025-08-25 23:07:02 +00:00
ByteArray feat: .ctorIdx for all inductives (#9951) 2025-08-25 10:47:06 +00:00
Char chore: avoid confusing public import all combination (#10051) 2025-08-22 12:04:42 +00:00
Fin feat: high-level order typeclasses (#9729) 2025-08-11 14:55:17 +00:00
FloatArray feat: .ctorIdx for all inductives (#9951) 2025-08-25 10:47:06 +00:00
Format doc: add missing docstring for ToFormat.toFormat (#9093) 2025-06-30 06:59:12 +00:00
Int feat: .ctorIdx for all inductives (#9951) 2025-08-25 10:47:06 +00:00
Iterators chore: avoid confusing public import all combination (#10051) 2025-08-22 12:04:42 +00:00
List chore: avoid confusing public import all combination (#10051) 2025-08-22 12:04:42 +00:00
Nat feat: more Int lemmas in preparation for dyadics (#10075) 2025-08-23 04:59:59 +00:00
Option chore: avoid confusing public import all combination (#10051) 2025-08-22 12:04:42 +00:00
Ord feat: deprecate .toCtorIdx for .ctorIdx (#10113) 2025-08-25 14:32:05 +00:00
Order chore: fix spelling errors (#10042) 2025-08-22 07:23:12 +00:00
Range perf: quick fix for range elaboration performance (#10066) 2025-08-22 20:30:13 +00:00
Rat chore: reduce Int imports on the critical path (#10123) 2025-08-25 23:07:02 +00:00
SInt chore: avoid confusing public import all combination (#10051) 2025-08-22 12:04:42 +00:00
Slice chore: avoid confusing public import all combination (#10051) 2025-08-22 12:04:42 +00:00
String chore: make UInt.Lemmas a private import of String.Extra (#10115) 2025-08-25 16:46:22 +00:00
Subtype feat: integrate high-level order typeclasses with BEq and Ord (#9908) 2025-08-19 07:54:53 +00:00
Sum chore: avoid confusing public import all combination (#10051) 2025-08-22 12:04:42 +00:00
ToString feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
UInt chore: avoid confusing public import all combination (#10051) 2025-08-22 12:04:42 +00:00
Vector chore: avoid confusing public import all combination (#10051) 2025-08-22 12:04:42 +00:00
AC.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00
Array.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Basic.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
BEq.lean feat: integrate high-level order typeclasses with BEq and Ord (#9908) 2025-08-19 07:54:53 +00:00
BitVec.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Bool.lean perf: grind cutsat proof terms (#9704) 2025-08-04 02:35:34 +00:00
ByteArray.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Cast.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Char.lean feat: high-level order typeclasses (#9729) 2025-08-11 14:55:17 +00:00
Fin.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Float.lean feat: .ctorIdx for all inductives (#9951) 2025-08-25 10:47:06 +00:00
Float32.lean feat: .ctorIdx for all inductives (#9951) 2025-08-25 10:47:06 +00:00
FloatArray.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Format.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Function.lean feat: pattern inference using symbol priorities in grind (#9182) 2025-07-03 16:47:38 -07:00
Hashable.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Int.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Iterators.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
List.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Nat.lean feat: upstream definition of Rat from Batteries (#9957) 2025-08-19 01:58:24 +00:00
NeZero.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
OfScientific.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Option.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Ord.lean feat: more convenient creation of polymorphic range instances (#10005) 2025-08-22 07:08:33 +00:00
Order.lean feat: package factories for order typeclasses (#9797) 2025-08-19 13:43:29 +00:00
PLift.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Prod.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Queue.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Random.lean fix: Inhabited instance of StdGen (#9782) 2025-08-08 06:23:48 +00:00
Range.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
RArray.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Rat.lean feat: upstream definition of Rat from Batteries (#9957) 2025-08-19 01:58:24 +00:00
Repr.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
SInt.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Slice.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Stream.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
String.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Subtype.lean feat: high-level order typeclasses (#9729) 2025-08-11 14:55:17 +00:00
Sum.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
ToString.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
UInt.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
ULift.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Vector.lean feat: componentwise algebra operations on Vector (#9586) 2025-07-28 05:56:10 +00:00
Zero.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00