lean4-htt/src/Init/Data
2024-02-15 08:55:48 +00:00
..
Array chore: upstream Std.Data.Array.Init.Lemmas (#3343) 2024-02-15 17:50:07 +11:00
ByteArray fix: reference implementation ByteArray.copySlice (#2967) 2023-12-16 20:26:16 +00:00
Char feat: log2 for Fin and UInts 2022-11-29 01:05:06 +01:00
Fin chore: upstream Std.Data.Fin.Init.Lemmas (#3337) 2024-02-15 01:50:47 +00:00
FloatArray chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Format feat: additional options for Format.pretty (#3264) 2024-02-07 23:25:21 +00:00
Int chore: use mathlib naming convention 2024-01-09 12:57:15 +01:00
List chore: a missing List lemma in Init (#3344) 2024-02-15 08:55:48 +00:00
Nat chore: upstream of Std.Data.Nat.Init (#3331) 2024-02-15 00:18:41 +00:00
Option chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
String feat: upstream some Syntax/Position helper functions used in code actions in Std (#3260) 2024-02-09 10:50:19 +00:00
ToString fix: make List.toString tail-recursive 2022-12-12 22:58:21 +01:00
UInt feat: System.Platform.target (#3207) 2024-01-24 12:11:00 +00:00
AC.lean chore: fix proofs and test 2024-02-09 09:57:57 +11:00
Array.lean chore: upstream Std.Data.Array.Init.Lemmas (#3343) 2024-02-15 17:50:07 +11:00
Basic.lean
ByteArray.lean
Channel.lean feat: synchronous operations for Channel 2022-09-05 08:52:46 -07:00
Char.lean
Fin.lean feat: log2 for Fin and UInts 2022-11-29 01:05:06 +01:00
Float.lean doc: state that Float is IEEE compliant (#3157) 2024-01-10 12:16:42 +00:00
FloatArray.lean
Format.lean refactor: move ToString Syntax and BEq Syntax to Init 2021-02-26 13:21:04 -08:00
Hashable.lean chore: add helper function 2023-07-11 19:19:42 -07:00
Int.lean
List.lean chore: upstream Std.Data.List.Init.Lemmas (#3341) 2024-02-15 03:19:23 +00:00
Nat.lean chore: upstream of Std.Data.Nat.Init (#3331) 2024-02-15 00:18:41 +00:00
OfScientific.lean chore: use more specific import in OfScientific (#3165) 2024-01-11 18:23:43 +00:00
Option.lean
Ord.lean refactor: lexOrd should not be an instance 2022-09-28 15:57:01 -07: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: convert doc/mod comments from /- to /--//-! (#1354) 2022-07-22 12:05:31 -07:00
Range.lean feat: let get_elem_tactic_trivial handle [a]'h.2 (#3132) 2024-01-08 16:23:09 +00:00
Repr.lean feat: log2 for Fin and UInts 2022-11-29 01:05:06 +01:00
Stream.lean chore: convert doc/mod comments from /- to /--//-! (#1354) 2022-07-22 12:05:31 -07:00
String.lean
ToString.lean
UInt.lean feat: log2 for Fin and UInts 2022-11-29 01:05:06 +01:00