lean4-htt/src/Init/Data
2022-08-12 13:12:59 -07:00
..
Array feat: add Array.mapM' 2022-08-03 11:18:19 -07:00
ByteArray chore: convert doc/mod comments from /- to /--//-! (#1354) 2022-07-22 12:05:31 -07:00
Char refactor: unname some unused variables 2022-06-07 16:37:45 -07:00
Fin chore: enforce naming convention 2022-08-01 09:58:11 -07:00
FloatArray chore: convert doc/mod comments from /- to /--//-! (#1354) 2022-07-22 12:05:31 -07:00
Format chore: convert doc/mod comments from /- to /--//-! (#1354) 2022-07-22 12:05:31 -07:00
Int chore: convert doc/mod comments from /- to /--//-! (#1354) 2022-07-22 12:05:31 -07:00
List chore: remove unnecessary annotations 2022-08-02 05:42:53 -07:00
Nat chore: remove workaround 2022-08-04 21:29:31 -07:00
Option feat: more TSyntax API & coercions 2022-06-27 22:37:02 +02:00
String chore: simplify Prelude.lean and Core.lean using elabAsElim 2022-07-29 18:13:56 -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 more float functions 2022-08-12 13:12:59 -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 chore: convert doc/mod comments from /- to /--//-! (#1354) 2022-07-22 12:05:31 -07:00
Option.lean
Ord.lean fix: remove explicit Ord Range 2022-02-02 13:03:21 +01:00
Prod.lean feat: add simp lemmas and instances for LawfulBEq 2022-07-11 14:19:41 -07:00
Random.lean chore: convert doc/mod comments from /- to /--//-! (#1354) 2022-07-22 12:05:31 -07:00
Range.lean feat: add ForIn' instance for Range 2022-04-02 18:22:21 -07:00
Repr.lean chore: rename misleading function 2022-08-01 13:21:03 -07: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: use binop% to elaborate %-applications 2022-07-09 14:38:35 -07:00