lean4-htt/src/Init/Data
2022-09-28 15:57:01 -07:00
..
Array fix: simplify termination_by clause 2022-09-19 13:49:20 -07:00
ByteArray chore: convert doc/mod comments from /- to /--//-! (#1354) 2022-07-22 12:05:31 -07:00
Char doc: Char/Basic.lean 2022-08-26 20:49:57 -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 feat: add (canonical := true) option in Syntax 2022-09-27 22:09:54 +02:00
Int fix: remove duplicate OfNat Int instance 2022-08-25 11:57:13 -07:00
List feat: goal-diffs (#1610) 2022-09-24 11:46:11 +02:00
Nat feat: improve elabBinRelCore 2022-09-15 15:17:57 -07:00
Option feat: goal-diffs (#1610) 2022-09-24 11:46:11 +02:00
String doc: various String docstrings 2022-08-26 20:49:57 -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 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 chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Float.lean doc: note that Float.beq is not refl 2022-08-26 20:49:57 -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 refactor: unname some unused variables 2022-06-07 16:37:45 -07: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: 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 chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Ord.lean fix: prefer longer parse even if unsuccessful 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: 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 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: use binop% to elaborate %-applications 2022-07-09 14:38:35 -07:00