lean4-htt/src/Init
Henrik Böving 7a1113ada3
feat: extend identifiers to french (#9035)
This PR extends the list of acceptable characters to all the french ones
as well as some others,
by adding characters from the Latin-1-Supplement add Latin-Extended-A
unicode block.
2025-06-27 12:50:09 +00:00
..
Control feat: introduce MonadLiftT Id m (#8977) 2025-06-26 07:33:07 +00:00
Data feat: introduce uLift iterator combinator, make Subarray.iter universe-polymorphic (#9027) 2025-06-27 07:34:08 +00:00
Grind feat: generic toInt for cutsat (#9022) 2025-06-27 00:28:51 +00:00
GrindInstances fix: refactor ToInt.OfNat (#9005) 2025-06-26 02:27:15 +00:00
Internal feat: add antitonicity lemmas for (co)inductive predicates (#8940) 2025-06-23 11:02:08 +00:00
Omega chore: remove unused simp args (#8905) 2025-06-20 22:34:30 +00:00
System feat: IO.FS.Stream.readToEnd (#8886) 2025-06-22 15:39:10 +00:00
BinderNameHint.lean feat: do not export def bodies by default (#8221) 2025-05-15 12:16:54 +00:00
BinderPredicates.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
ByCases.lean chore: remove >6 month old deprecations (#8312) 2025-05-13 11:11:22 +00:00
Classical.lean chore: remove unused simp args (#8905) 2025-06-20 22:34:30 +00:00
Coe.lean feat: meta phase restrictions 2025-06-12 16:36:08 +02:00
Control.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Conv.lean feat: add Meta.letToHave and the let_to_have tactic (#8954) 2025-06-24 01:33:53 +00:00
Core.lean feat: refactor of Lean.Grind.ToInt and remaining instances (#8996) 2025-06-25 13:32:38 +00:00
Data.lean feat: introduce slices (#8947) 2025-06-26 15:29:03 +00:00
Dynamic.lean feat: do not export def bodies by default (#8221) 2025-05-15 12:16:54 +00:00
Ext.lean chore: cleanup grind palindrome test (#8428) 2025-05-21 03:31:56 +00:00
GetElem.lean chore: remove unused simp args (#8905) 2025-06-20 22:34:30 +00:00
Grind.lean feat: infrastructure for cutsat generic ToInt (#9008) 2025-06-26 07:01:19 +00:00
GrindInstances.lean feat: define the CommRing envelope of a CommSemiring (#8835) 2025-06-17 05:39:14 +00:00
Guard.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Hints.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Internal.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
MacroTrace.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Meta.lean feat: extend identifiers to french (#9035) 2025-06-27 12:50:09 +00:00
MetaTypes.lean feat: optimized simp routine for let telescopes (#8968) 2025-06-27 02:13:20 +00:00
Notation.lean feat: meta phase restrictions 2025-06-12 16:36:08 +02:00
NotationExtra.lean chore: for #8914 after stage0 update (#8925) 2025-06-22 06:52:11 +00:00
Omega.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Prelude.lean feat: refactor of Lean.Grind.ToInt and remaining instances (#8996) 2025-06-25 13:32:38 +00:00
PropLemmas.lean chore: remove unused simp args (#8905) 2025-06-20 22:34:30 +00:00
RCases.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
ShareCommon.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
SimpLemmas.lean feat: optimized simp routine for let telescopes (#8968) 2025-06-27 02:13:20 +00:00
Simproc.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
SizeOf.lean refactor: Init: expose lots of functions (#8501) 2025-05-28 07:37:54 +00:00
SizeOfLemmas.lean feat: do not export def bodies by default (#8221) 2025-05-15 12:16:54 +00:00
Syntax.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
System.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Tactics.lean feat: Hoare logic for monadic programs and verification condition generation (#8995) 2025-06-26 15:49:56 +00:00
TacticsExtra.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Task.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Try.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
Util.lean feat: do not export private declarations (#8337) 2025-06-02 08:01:08 +00:00
WF.lean feat: do not export private declarations (#8337) 2025-06-02 08:01:08 +00:00
WFTactics.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00
While.lean feat: enable experimental module system in Init (#8047) 2025-04-23 17:21:33 +00:00