lean4-htt/src/Init
Kim Morrison 32758aa712
feat: lemmas about permutations (#7912)
This PR adds `List.Perm.take/drop`, and `Array.Perm.extract`,
restricting permutations to sublist / subarrays when they are constant
elsewhere.
2025-04-11 08:13:58 +00:00
..
Control fix: Add Inhabited instance for OptionT (#7901) 2025-04-10 14:49:03 +00:00
Data feat: lemmas about permutations (#7912) 2025-04-11 08:13:58 +00:00
Grind fix: mbtc and cast issue in grind (#7907) 2025-04-10 22:46:56 +00:00
Internal chore: cleanup of monadic Option functions (#7871) 2025-04-08 14:27:24 +00:00
Omega chore: drop Option.zipWith, use Option.merge instead (#7851) 2025-04-08 08:44:52 +00:00
System test: re-elaboration benchmarks (#7784) 2025-04-02 10:10:46 +00:00
BinderNameHint.lean feat: binderNameHint in congr (#7053) 2025-02-13 09:38:42 +00:00
BinderPredicates.lean chore: upstream set notation (#3339) 2024-02-15 02:08:45 +00:00
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 fix: make Lean.Internal.liftCoeM and Lean.Internal.coeM unfold (#3404) 2024-02-27 22:17:46 +00:00
Control.lean feat: add ExceptCpsT 2021-02-27 18:44:24 -08:00
Conv.lean feat: let conv tactics ext/intro/enter take _ (#7806) 2025-04-04 00:01:29 +00:00
Core.lean chore: panic on blocking waits in sync tasks (#7853) 2025-04-08 14:49:26 +00:00
Data.lean feat: add support for Float32 to the Lean runtime (#6348) 2024-12-09 21:33:43 +00:00
Dynamic.lean doc: docstring details (#7711) 2025-03-28 22:30:53 +00:00
Ext.lean feat: add [ext] attribute to Array.ext (#4970) 2024-08-09 12:40:39 +00:00
GetElem.lean chore: generalize some type classes (#7611) 2025-04-07 01:10:19 +00:00
Grind.lean feat: grind internal CommRing class (#7797) 2025-04-03 08:30:19 +00:00
Guard.lean feat: upstream guard_expr (#3297) 2024-02-11 23:25:04 +00:00
Hints.lean
Internal.lean feat: partial_fixpoint: theory (#6477) 2025-01-02 09:39:18 +00:00
MacroTrace.lean chore: reorganising to reduce imports (#3790) 2024-03-27 11:15:01 +00:00
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 chore: update copyrights (#5449) 2024-09-24 05:27:53 +00:00
Prelude.lean fix: make Array.emptyWithCapacity actually allocate (#7869) 2025-04-08 09:37:33 +00:00
PropLemmas.lean feat: Option.pfilter and other lemmas (#7774) 2025-04-03 08:30:38 +00:00
RCases.lean feat: add generalization hypotheses to induction tactic (#7103) 2025-02-18 03:46:23 +00:00
ShareCommon.lean feat: USize.size inequalities (#6203) 2024-11-26 23:42:15 +00:00
SimpLemmas.lean chore: run Batteries linter on Lean (#6364) 2024-12-13 01:28:53 +00:00
Simproc.lean chore: fix simproc doc-string (#3800) 2024-03-28 17:54:52 +00:00
SizeOf.lean refactor: name the default SizeOf instance (#5981) 2024-11-07 09:21:32 +00:00
SizeOfLemmas.lean chore: simp_arith has been deprecated (#7043) 2025-02-12 03:55:45 +00:00
Syntax.lean feat: rename Array.setD to setIfInBounds (#6195) 2024-11-24 08:54:19 +00:00
System.lean feat: Mutex, Condvar 2022-09-05 08:52:46 -07:00
Tactics.lean chore: fix spelling mistakes (#7328) 2025-04-07 01:15:48 +00:00
TacticsExtra.lean feat: activate new tactic configuration syntax for most tactics (#5898) 2024-11-01 02:08:53 +00:00
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 chore: fix spelling mistakes (#7328) 2025-04-07 01:15:48 +00:00
Util.lean chore: fix naming of several theorems (#7499) 2025-04-04 10:52:52 +00:00
WF.lean chore: fix naming of several theorems (#7499) 2025-04-04 10:52:52 +00:00
WFTactics.lean feat: update omega/solve_by_elim to use new tactic syntax, use new tactic syntax (#5932) 2024-11-03 16:23:37 +00:00
While.lean chore: make 'while' available earlier (#5784) 2024-10-21 05:56:37 +00:00