lean4-htt/src/Init/Data
2023-05-05 12:09:38 -07:00
..
Array fix: notation unexpander on overapplication of non-nullary notation 2023-01-26 13:05:33 +01: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 feat: add CoeOut class 2022-12-21 04:24:39 +01:00
FloatArray chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
Format fix: Format.align always prints whitespace 2022-12-21 22:54:42 +01:00
Int doc: document Int and its basic operations (#2167) 2023-03-28 14:54:14 +02:00
List fix: typos 2023-05-05 12:07:54 -07:00
Nat fix: notation unexpander on overapplication of non-nullary notation 2023-01-26 13:05:33 +01:00
Option chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
String fix: remove private from string defs 2023-05-05 12:09:38 -07:00
ToString fix: make List.toString tail-recursive 2022-12-12 22:58:21 +01:00
UInt feat: log2 for Fin and UInts 2022-11-29 01:05:06 +01: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 chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
ByteArray.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Channel.lean feat: synchronous operations for Channel 2022-09-05 08:52:46 -07:00
Char.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Fin.lean feat: log2 for Fin and UInts 2022-11-29 01:05:06 +01:00
Float.lean feat: Min/Max typeclasses 2022-10-21 14:36:38 -07: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: log2 for Fin and UInts 2022-11-29 01:05:06 +01:00
Int.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
List.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
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 chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
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 chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
ToString.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
UInt.lean feat: log2 for Fin and UInts 2022-11-29 01:05:06 +01:00