lean4-htt/src/Init/Data
Kim Morrison 919f64b2e6
chore: upstream List.modify, add lemmas, relate to Array.modify (#5798)
Note that the order of arguments still differs between `List.modify` and
`Array.modify`. I'll settle this later.
2024-10-22 01:01:32 +00:00
..
Array chore: upstream List.modify, add lemmas, relate to Array.modify (#5798) 2024-10-22 01:01:32 +00:00
BitVec feat: add BitVec.toInt_sub, simplify BitVec.toInt_neg (#5772) 2024-10-21 22:38:29 +00:00
ByteArray refactor: more idiomatic syntax for if h: (#5567) 2024-10-01 15:23:54 +00:00
Char refactor: redefine unsigned fixed width integers in terms of BitVec (#5323) 2024-10-16 07:28:23 +00:00
Fin feat: upstream List.mapIdx, and add lemmas (#5696) 2024-10-14 07:25:02 +00:00
FloatArray feat: use usize for array types (#4802) 2024-07-21 12:26:04 +00:00
Format feat: incremental have (#4308) 2024-06-04 09:12:27 +00:00
Int feat: add BitVec.toInt_sub, simplify BitVec.toInt_neg (#5772) 2024-10-21 22:38:29 +00:00
List chore: upstream List.modify, add lemmas, relate to Array.modify (#5798) 2024-10-22 01:01:32 +00:00
Nat feat: Nat.forall_lt_succ and variants (#5785) 2024-10-21 06:51:23 +00:00
Option perf: do not lint unused variables defined in tactics by default (#5338) 2024-10-17 09:55:11 +00:00
String fix: change String.dropPrefix? signature (#5745) 2024-10-17 03:51:45 +00:00
Sum chore: upstream basic material on Sum (#5741) 2024-10-17 01:27:41 +00:00
ToString refactor: redefine unsigned fixed width integers in terms of BitVec (#5323) 2024-10-16 07:28:23 +00:00
UInt feat: UIntX.[val_ofNat, toBitVec_ofNat] (#5735) 2024-10-16 12:39:41 +00:00
AC.lean feat: allow users to disable simpCtorEq simproc (#5167) 2024-08-26 13:51:21 +00:00
Array.lean chore: move Array.mapIdx lemmas to new file (#5748) 2024-10-17 05:54:25 +00:00
Basic.lean
BEq.lean chore: variables appearing on both sides of an iff should be implicit (#5254) 2024-09-04 08:33:24 +00:00
BitVec.lean chore: update copyrights (#5449) 2024-09-24 05:27:53 +00:00
Bool.lean feat: add udiv/umod bitblasting for bv_decide (#5281) 2024-09-26 23:45:31 +00:00
ByteArray.lean
Cast.lean
Channel.lean
Char.lean
Fin.lean
Float.lean doc: backticks around Lean code in docstrings (#5538) 2024-09-30 08:59:01 +00:00
FloatArray.lean
Format.lean
Function.lean feat: upstream List.mapIdx, and add lemmas (#5696) 2024-10-14 07:25:02 +00:00
Hashable.lean feat: add Hashable instance for Char (#5747) 2024-10-17 14:46:10 +00:00
Int.lean feat: Int and Nat simp lemmas (#5190) 2024-08-28 10:53:28 +00:00
List.lean feat: upstream List.mapIdx, and add lemmas (#5696) 2024-10-14 07:25:02 +00:00
Nat.lean
NeZero.lean feat: actual implementation for #5283 (#5512) 2024-09-29 01:22:12 +00:00
OfScientific.lean doc: point out that OfScientific is called with raw literals (#5725) 2024-10-17 04:29:00 +00:00
Option.lean feat: Option.attach (#5532) 2024-09-30 04:13:27 +00:00
Ord.lean
PLift.lean feat: basic instances for ULift and PLift (#5112) 2024-08-21 11:37:13 +00:00
Prod.lean chore: upstream material on Prod (#5739) 2024-10-16 23:03:44 +00:00
Queue.lean chore: minimize some imports (#5067) 2024-08-16 06:18:11 +00:00
Random.lean
Range.lean feat: swap arguments to Membership.mem (#5020) 2024-08-26 12:35:47 +00:00
Repr.lean refactor: redefine unsigned fixed width integers in terms of BitVec (#5323) 2024-10-16 07:28:23 +00:00
Stream.lean
String.lean
Subtype.lean feat: upstream more List lemmas (#4856) 2024-07-28 23:23:59 +00:00
Sum.lean chore: upstream basic material on Sum (#5741) 2024-10-17 01:27:41 +00:00
ToString.lean
UInt.lean refactor: redefine unsigned fixed width integers in terms of BitVec (#5323) 2024-10-16 07:28:23 +00:00
ULift.lean feat: basic instances for ULift and PLift (#5112) 2024-08-21 11:37:13 +00:00
Zero.lean chore: upstream Zero and NeZero 2024-09-10 19:30:09 +10:00