lean4-htt/src/Init
Paul Reichert a558a5a1eb
feat: Ord-related instances for IntX, Ordering, BitVec, Array, List and Vector (#7700)
This PR provides `Ord`-related instances such as `TransOrd` for `IntX`,
`Ordering`, `BitVec`, `Array`, `List` and `Vector`.
2025-03-29 15:55:13 +00:00
..
Control doc: docstring details (#7711) 2025-03-28 22:30:53 +00:00
Data feat: Ord-related instances for IntX, Ordering, BitVec, Array, List and Vector (#7700) 2025-03-29 15:55:13 +00:00
Grind feat: model-based theory combination in grind (#7641) 2025-03-23 04:06:09 +00:00
Internal doc: docstring details (#7711) 2025-03-28 22:30:53 +00:00
Omega feat: review of implicitness of arguments in List/Array (#7672) 2025-03-26 04:40:06 +00:00
System doc: docstring details (#7711) 2025-03-28 22:30:53 +00:00
BinderNameHint.lean feat: binderNameHint in congr (#7053) 2025-02-13 09:38:42 +00:00
BinderPredicates.lean
ByCases.lean feat: nested well-founded recursion via automatic preprocessing (#6744) 2025-02-10 16:43:41 +00:00
Classical.lean fix: correct names in library lemmas (#7541) 2025-03-18 03:50:03 +00:00
Coe.lean
Control.lean
Conv.lean doc: docstring details (#7711) 2025-03-28 22:30:53 +00:00
Core.lean doc: docstring review for IntCast, NatCast, and for loops (#7645) 2025-03-25 07:58:37 +00:00
Data.lean
Dynamic.lean doc: docstring details (#7711) 2025-03-28 22:30:53 +00:00
Ext.lean
GetElem.lean doc: further missing docstrings (#7613) 2025-03-21 22:20:07 +00:00
Grind.lean feat: improve grind failure message (#6633) 2025-01-14 01:10:47 +00:00
Guard.lean
Hints.lean
Internal.lean feat: partial_fixpoint: theory (#6477) 2025-01-02 09:39:18 +00:00
MacroTrace.lean
Meta.lean doc: docstring details (#7711) 2025-03-28 22:30:53 +00:00
MetaTypes.lean doc: docstring details (#7711) 2025-03-28 22:30:53 +00:00
Notation.lean feat: premise selection API (#7061) 2025-02-14 04:08:18 +00:00
NotationExtra.lean chore: post-#7100 cleanup (#7196) 2025-02-23 22:46:22 +00:00
Omega.lean
Prelude.lean doc: docstring review for Substring (#7635) 2025-03-25 07:57:55 +00:00
PropLemmas.lean fix: correct names in library lemmas (#7541) 2025-03-18 03:50:03 +00:00
RCases.lean feat: add generalization hypotheses to induction tactic (#7103) 2025-02-18 03:46:23 +00:00
ShareCommon.lean
SimpLemmas.lean
Simproc.lean
SizeOf.lean
SizeOfLemmas.lean chore: simp_arith has been deprecated (#7043) 2025-02-12 03:55:45 +00:00
Syntax.lean
System.lean
Tactics.lean feat: allow turnstiles anywhere in location sequences (#7431) 2025-03-11 15:34:40 +00:00
TacticsExtra.lean
Task.lean feat: allow async elab tasks to contribute to info trees reported to linters and request handlers (#7457) 2025-03-13 15:09:00 +00:00
Try.lean feat: compress try? suggestions (#6994) 2025-02-07 19:17:25 +00:00
Util.lean doc: docstring details (#7711) 2025-03-28 22:30:53 +00:00
WF.lean doc: further missing docstrings (#7613) 2025-03-21 22:20:07 +00:00
WFTactics.lean
While.lean