lean4-htt/src/Init/Data
2022-07-09 16:09:28 -07:00
..
Array chore: remove getOp functions 2022-07-09 16:09:28 -07:00
ByteArray chore: remove getOp functions 2022-07-09 16:09:28 -07:00
Char refactor: unname some unused variables 2022-06-07 16:37:45 -07:00
Fin refactor: prepare to elaborate a[i] notation using typeclasses 2022-07-09 15:24:22 -07:00
FloatArray chore: remove getOp functions 2022-07-09 16:09:28 -07:00
Format feat: more TSyntax API & coercions 2022-06-27 22:37:02 +02:00
Int fix: LawfulBEq class 2022-06-16 15:33:32 -07:00
List feat: add filterTR and [csimp] theorem 2022-06-24 06:40:38 -07:00
Nat fix: LawfulBEq class 2022-06-16 15:33:32 -07:00
Option feat: more TSyntax API & coercions 2022-06-27 22:37:02 +02:00
String chore: remove getOp functions 2022-07-09 16:09:28 -07:00
ToString fix: fixup previous commit 2022-06-07 16:37:45 -07: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
Char.lean
Fin.lean
Float.lean feat: add Float.ceil, Float.floor, and Float.round 2022-07-01 06:27:30 -07:00
FloatArray.lean
Format.lean refactor: move ToString Syntax and BEq Syntax to Init 2021-02-26 13:21:04 -08:00
Hashable.lean refactor: unname some unused variables 2022-06-07 16:37:45 -07:00
Int.lean
List.lean
Nat.lean feat: sum of monomials normal form by reflection 2022-04-22 18:51:48 -07:00
OfScientific.lean fix: make sure OfScientific Float instance is never unfolded during type class resolution 2022-06-27 17:40:34 -07:00
Option.lean
Ord.lean fix: remove explicit Ord Range 2022-02-02 13:03:21 +01:00
Prod.lean fix: LawfulBEq class 2022-06-16 15:33:32 -07:00
Random.lean feat: use IO.getRandomBytes to initialize random seed 2022-06-27 13:01:20 -07:00
Range.lean feat: add ForIn' instance for Range 2022-04-02 18:22:21 -07:00
Repr.lean chore: revert some questionable signature changes 2022-06-07 16:37:45 -07:00
Stream.lean chore: unused variables 2022-06-07 17:54:10 -07:00
String.lean
ToString.lean
UInt.lean feat: use binop% to elaborate %-applications 2022-07-09 14:38:35 -07:00