lean4-htt/src/Init/Data
2023-11-12 16:57:51 +11:00
..
Array doc: fix typo in Array.Mem docstring (#2856) 2023-11-10 11:16:32 +00:00
ByteArray feat: ByteArray.hash 2022-12-01 20:18:14 -08:00
Char feat: log2 for Fin and UInts 2022-11-29 01:05:06 +01:00
Fin chore: update doc, add support for modn 2023-10-20 19:07:48 -07:00
FloatArray chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Format chore: fix more typos in comments 2023-10-08 14:37:34 -07:00
Int chore: fix Int.div docstring examples 2023-07-10 09:09:07 -07:00
List fix: replace DecidableEq with BEq/LawfulBEq in List mem theorems (#2041) 2023-10-30 14:03:16 +11:00
Nat chore: change simp default to decide := false (#2722) 2023-11-02 10:06:38 +11:00
Option chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
String chore: fix more typos in comments 2023-10-08 14:37:34 -07:00
ToString fix: make List.toString tail-recursive 2022-12-12 22:58:21 +01:00
UInt chore: remove "paper cut" when using Fin USize.size (#2724) 2023-10-24 21:06:35 +11:00
AC.lean refactor: unname some unused variables 2022-06-07 16:37:45 -07:00
Array.lean feat: add simp theorem List.of_toArray_eq_toArray (as bs : List α) : (as.toArray = bs.toArray) = (as = bs) := by 2022-05-27 18:26:48 -07: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 fix: make ^ a right action, add NatPow and HomogeneousPow 2023-11-12 16:57:51 +11: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
Nat.lean feat: add Power2 2022-10-27 18:11:20 -07:00
OfScientific.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07: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: use withoutPosition consistently (part 2) 2022-10-24 12:51:32 -07: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