lean4-htt/src/Init/Data
Kim Morrison ea43ebd54a
chore: cleanups for Mathlib.Init (#4852)
It is convenient to adjust some attributes here, to allow easier cleanup
in `Mathlib.Init`.
2024-07-27 07:37:17 +00:00
..
Array feat: use usize for array types (#4802) 2024-07-21 12:26:04 +00:00
BitVec feat: bitVec shiftLeft recurrences for bitblasting (#4571) 2024-07-27 06:36:52 +00:00
ByteArray feat: use usize for array types (#4802) 2024-07-21 12:26:04 +00:00
Char chore: make use of ext_iff realization now that stage0 is updated (#4694) 2024-07-08 21:05:53 +00:00
Fin chore: make use of ext_iff realization now that stage0 is updated (#4694) 2024-07-08 21:05:53 +00:00
FloatArray feat: use usize for array types (#4802) 2024-07-21 12:26:04 +00:00
Format feat: incremental have (#4308) 2024-06-04 09:12:27 +00:00
Int feat: complete Int div/mod simprocs (#3850) 2024-06-20 04:42:31 +00:00
List chore: correct List.Subset lemma names (#4843) 2024-07-26 11:36:28 +00:00
Nat chore: cleanups for Mathlib.Init (#4852) 2024-07-27 07:37:17 +00:00
Option feat: gaps/cleanup in List lemmas (#4835) 2024-07-26 05:00:50 +00:00
String fix: validate UTF-8 at C++ -> Lean boundary (#3963) 2024-06-19 14:05:48 +00:00
ToString fix: make List.toString tail-recursive 2022-12-12 22:58:21 +01:00
UInt feat: Std.HashMap (#4583) 2024-07-05 10:14:20 +00:00
AC.lean fix: split (for if-expressions) should work on non-propositional goals (#4349) 2024-06-05 04:43:46 +00:00
Array.lean fix: unorphan modules in Init (#4680) 2024-07-08 07:57:50 +00:00
Basic.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
BEq.lean feat: EquivBEq and LawfulHashable classes (#4607) 2024-07-04 05:07:18 +00:00
BitVec.lean chore: add missing copyright headers (#3411) 2024-02-20 01:49:55 +00:00
Bool.lean chore: follow simpNF linter's advice (#4620) 2024-07-02 04:30:00 +00:00
ByteArray.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Cast.lean chore: upstream NatCast and IntCast (#3347) 2024-02-16 00:54:22 +00:00
Channel.lean feat: snapshot trees and language processors (#3014) 2024-03-14 13:40:08 +00:00
Char.lean feat: some Char, UInt, and Fin theorems (#4231) 2024-05-21 06:11:23 +00:00
Fin.lean chore: upstream Std.BitVec.* (#3400) 2024-02-19 12:43:34 -08:00
Float.lean fix: Repr instances for Int and Float (#4709) 2024-07-10 00:10:58 +00:00
FloatArray.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Format.lean refactor: move ToString Syntax and BEq Syntax to Init 2021-02-26 13:21:04 -08:00
Hashable.lean feat: EquivBEq and LawfulHashable classes (#4607) 2024-07-04 05:07:18 +00:00
Int.lean chore: upstream Std.Data.Int (#3635) 2024-03-11 21:40:48 +00:00
List.lean feat: upstream List.attach and Array.attach from Batteries (#4586) 2024-06-30 07:06:26 +00:00
Nat.lean fix: replace unary Nat.succ simp rules with simprocs (#3808) 2024-04-04 23:15:26 +00:00
OfScientific.lean chore: use more specific import in OfScientific (#3165) 2024-01-11 18:23:43 +00:00
Option.lean chore: upstream Option material from Std (#3356) 2024-02-16 02:05:18 +00:00
Ord.lean chore: use compareLex in lexOrd (#3882) 2024-04-22 06:48:44 +00:00
Prod.lean feat: add simp lemmas and instances for LawfulBEq 2022-07-11 14:19:41 -07:00
Queue.lean doc: document Init.Data.Queue 2022-09-13 03:09:25 -07:00
Random.lean chore: upstream Std.Data.Int (#3635) 2024-03-11 21:40:48 +00:00
Range.lean feat: let get_elem_tactic_trivial handle [a]'h.2 (#3132) 2024-01-08 16:23:09 +00:00
Repr.lean fix: Repr instances for Int and Float (#4709) 2024-07-10 00:10:58 +00:00
Stream.lean fix: generate deprecation warnings for dot notation (#3969) 2024-05-09 04:52:09 +00:00
String.lean feat: some Char, UInt, and Fin theorems (#4231) 2024-05-21 06:11:23 +00:00
Sum.lean chore: upstream solve_by_elim (#3408) 2024-02-21 01:16:04 +00:00
ToString.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
UInt.lean feat: USize.and_toNat (#4629) 2024-07-03 01:28:36 +00:00