lean4-htt/src/Init/Data
2022-04-02 18:29:41 -07:00
..
Array feat: add helper tactic for applying sizeOf (a.get i) < sizeOf a automatically in termination proofs 2022-04-02 18:29:41 -07:00
ByteArray fix: bug at ByteArray.copySlice 2021-12-16 11:05:19 +01:00
Char chore: enforce naming convention for theorems 2021-08-07 12:48:38 -07:00
Fin feat: add Fin.succ 2022-03-05 17:36:38 -08:00
FloatArray feat: missing instances and getOp for byte/float arrays 2021-10-18 16:54:56 -07:00
Format refactor: make String.Pos opaque 2022-03-20 10:47:13 -07:00
Int chore: remove problematic instance hasOfNatOfCoe 2022-01-20 14:47:25 -08:00
List feat: missing sizeOf theorems for Array.get and List.get 2022-04-02 16:04:46 -07:00
Nat chore: add [simp] to Nat.lt_irrefl 2022-04-01 18:50:32 -07:00
Option feat: add fields isInstance and isType to InteractiveHypothesis 2021-12-10 09:08:55 -08:00
String feat: add Iterator.atEnd 2022-03-20 11:40:46 -07:00
ToString refactor: make String.Pos opaque 2022-03-20 10:47:13 -07:00
AC.lean chore: fix core library 2022-03-28 14:32:04 -07:00
Array.lean fix: missing import 2022-03-03 18:13:34 -08: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
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 chore: remove mpz_get_d dependency 2021-10-26 12:40:20 -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: make String.Pos opaque 2022-03-20 10:47:13 -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: add src/Init/Data/Nat/Linear.lean 2022-02-24 13:45:17 -08:00
OfScientific.lean chore: remove mpz_get_d dependency 2021-10-26 12:40:20 -07:00
Option.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Ord.lean fix: remove explicit Ord Range 2022-02-02 13:03:21 +01:00
Prod.lean feat: LawfulBEq must be reflexive 2022-02-28 19:27:51 -08:00
Random.lean chore: fix codebase and tests 2021-06-29 17:14:52 -07:00
Range.lean feat: add ForIn' instance for Range 2022-04-02 18:22:21 -07:00
Repr.lean refactor: make String.Pos opaque 2022-03-20 10:47:13 -07:00
Stream.lean chore: enforce naming convention for theorems 2021-08-07 12:48:38 -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: un-inline float intrinsics into runtime. (#694) 2021-10-18 07:20:04 -07:00