lean4-htt/src/Init
Yaël Dillies feca9e8103
fix: allow trailing comma in the arg list of simp?, dsimp?, simpa, etc (#9804)
This PR allows trailing comma in the argument list of `simp?`, `dsimp?`,
`simpa`, etc... Previously, it was only allowed in the non `?` variants
of `simp`, `dsimp`, `simp_all`.

Closes #7383.
2025-08-09 16:37:30 +00:00
..
Control refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Data fix: Inhabited instance of StdGen (#9782) 2025-08-08 06:23:48 +00:00
Grind fix: equality congruence proofs in grind (#9767) 2025-08-06 16:40:27 +00:00
GrindInstances chore: library style cleanup (#9654) 2025-07-31 21:28:59 +00:00
Internal chore: fix spelling errors (#9175) 2025-07-24 23:35:32 +00:00
Omega chore: fix spelling errors (#9175) 2025-07-24 23:35:32 +00:00
System refactor: implement IO.waitAny using Lean (#9732) 2025-08-06 13:09:15 +00:00
BinderNameHint.lean chore: fix spelling errors (#9175) 2025-07-24 23:35:32 +00:00
BinderPredicates.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
ByCases.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Classical.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Coe.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Control.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Conv.lean feat: add conversion-mode clear tactic (#6732) 2025-07-31 16:39:57 +00:00
Core.lean chore: resurrect #8978, #8992, #8973 from bad merge (#9641) 2025-07-31 08:04:40 +00:00
Data.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Dynamic.lean fix: inaccessible private messages in the module system (#9518) 2025-07-25 09:09:17 +00:00
Ext.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
GetElem.lean chore: remove >6 month old deprecations (#9640) 2025-08-05 02:29:15 +00:00
Grind.lean feat: pattern inference using symbol priorities in grind (#9182) 2025-07-03 16:47:38 -07:00
GrindInstances.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Guard.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Hints.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Internal.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
MacroTrace.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Meta.lean perf: optimize Name.toString (#9594) 2025-07-29 07:20:56 +00:00
MetaTypes.lean perf: use mkCongrSimpForConst? (#9305) 2025-07-11 02:29:20 +00:00
Notation.lean doc: fix "the same as the same as" in the description of |> (#9765) 2025-08-06 16:11:08 +00:00
NotationExtra.lean fix: unif_hint under the module system (#9530) 2025-07-25 09:05:31 +00:00
Omega.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Prelude.lean chore: resurrect #8978, #8992, #8973 from bad merge (#9641) 2025-07-31 08:04:40 +00:00
PropLemmas.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
RCases.lean fix: add missing spaces for pretty printing (#9475) 2025-07-23 19:35:04 +00:00
ShareCommon.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
SimpLemmas.lean fix: performance issue when elaborating match-expressions with many literals (#9372) 2025-07-15 03:52:23 +00:00
Simproc.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
SizeOf.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
SizeOfLemmas.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Syntax.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
System.lean chore: remove >6 month old deprecations (#9640) 2025-08-05 02:29:15 +00:00
Tactics.lean fix: allow trailing comma in the arg list of simp?, dsimp?, simpa, etc (#9804) 2025-08-09 16:37:30 +00:00
TacticsExtra.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Task.lean refactor: implement IO.waitAny using Lean (#9732) 2025-08-06 13:09:15 +00:00
Try.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
Util.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
WF.lean feat: add @[grind =] to Prod.lex_def (#9609) 2025-07-29 02:45:02 +00:00
WFTactics.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00
While.lean feat: make private the default in module (#9044) 2025-06-28 16:30:53 +00:00