lean4-htt/src/Lean/Meta
Rob23oba 3ede96accc
fix: use patternIgnore(...) in grind syntax (#9158)
This PR fixes the syntax of `grind` modifiers to use `patternIgnore` for
cases where both unicode and ascii variants are matched. This fixes an
issue where several variants of grind syntax weren't accepted (e.g.
`@[grind ← gen]`). Additionally, this reduces the chance that we get
another syntax matching bootstrap hell.
2025-07-02 17:14:21 +00:00
..
ArgsPacker
Constructions refactor: migrate all usages of old slice notation (#9000) 2025-06-27 18:52:07 +00:00
Match refactor: migrate all usages of old slice notation (#9000) 2025-06-27 18:52:07 +00:00
Tactic fix: use patternIgnore(...) in grind syntax (#9158) 2025-07-02 17:14:21 +00:00
AbstractMVars.lean feat: add the nondep field of Expr.letE to the C++ data model (#8751) 2025-06-14 23:10:27 +00:00
AbstractNestedProofs.lean feat: use nondep flag in Expr.letE and LocalContext.ldecl (#8804) 2025-06-22 21:54:57 +00:00
ACLt.lean
AppBuilder.lean feat: eliminate letFun support, deprecate let_fun syntax (#9086) 2025-06-30 02:10:18 +00:00
ArgsPacker.lean chore: fix spelling mistakes (#8324) 2025-05-14 06:52:16 +00:00
Basic.lean feat: prettier expected type mismatch error message (#9099) 2025-07-01 07:50:53 +00:00
BinderNameHint.lean chore: fix spelling mistakes (#7328) 2025-04-07 01:15:48 +00:00
Canonicalizer.lean
Check.lean feat: prettier expected type mismatch error message (#9099) 2025-07-01 07:50:53 +00:00
CheckTactic.lean
Closure.lean feat: use nondep flag in Expr.letE and LocalContext.ldecl (#8804) 2025-06-22 21:54:57 +00:00
Coe.lean doc: add documentation for builtin attributes (#8173) 2025-06-11 09:04:37 +00:00
CoeAttr.lean
CollectFVars.lean
CollectMVars.lean refactor: migrate all usages of old slice notation (#9000) 2025-06-27 18:52:07 +00:00
CompletionName.lean
CongrTheorems.lean refactor: migrate all usages of old slice notation (#9000) 2025-06-27 18:52:07 +00:00
Constructions.lean
CtorRecognizer.lean
DecLevel.lean chore: simproc and helper theorems for grind (#9151) 2025-07-02 03:57:12 +00:00
Diagnostics.lean
DiscrTree.lean refactor: migrate all usages of old slice notation (#9000) 2025-06-27 18:52:07 +00:00
DiscrTreeTypes.lean
Eqns.lean feat: transform nondependent lets into haves in declarations and equation lemmas (#8373) 2025-06-29 19:45:45 +00:00
Eval.lean refactor: introduce VisibilityMap in Lean.Environment, use it to split base in preparation for private import (#8145) 2025-04-28 10:17:18 +00:00
ExprDefEq.lean refactor: migrate all usages of old slice notation (#9000) 2025-06-27 18:52:07 +00:00
ExprLens.lean feat: use nondep flag in Expr.letE and LocalContext.ldecl (#8804) 2025-06-22 21:54:57 +00:00
ExprTraverse.lean
ForEachExpr.lean
FunInfo.lean
GeneralizeTelescope.lean
GeneralizeVars.lean
GetUnfoldableConst.lean fix: unknown identifier ranges (#8362) 2025-05-22 10:05:31 +00:00
GlobalInstances.lean
Hint.lean feat: add word-level hint suggestion diffs (#8574) 2025-06-26 23:56:19 +00:00
IndPredBelow.lean refactor: migrate all usages of old slice notation (#9000) 2025-06-27 18:52:07 +00:00
Inductive.lean
InferType.lean refactor: migrate all usages of old slice notation (#9000) 2025-06-27 18:52:07 +00:00
Injective.lean refactor: migrate all usages of old slice notation (#9000) 2025-06-27 18:52:07 +00:00
Instances.lean chore: follow up on #8173 post-stage0 update (#8722) 2025-06-16 09:08:35 +00:00
IntInstTesters.lean
Iterator.lean
KAbstract.lean feat: add the nondep field of Expr.letE to the C++ data model (#8751) 2025-06-14 23:10:27 +00:00
KExprMap.lean
LazyDiscrTree.lean refactor: migrate all usages of old slice notation (#9000) 2025-06-27 18:52:07 +00:00
LetToHave.lean feat: transform nondependent lets into haves in declarations and equation lemmas (#8373) 2025-06-29 19:45:45 +00:00
LevelDefEq.lean
LitValues.lean chore: remove prime from Fin.ofNat' (#8515) 2025-05-28 11:51:00 +00:00
Match.lean
MatchUtil.lean
NatInstTesters.lean
Offset.lean
Order.lean chore: fix spelling mistakes (#8324) 2025-05-14 06:52:16 +00:00
PPGoal.lean feat: use nondep flag in Expr.letE and LocalContext.ldecl (#8804) 2025-06-22 21:54:57 +00:00
PProdN.lean chore: fix spelling mistakes (#7328) 2025-04-07 01:15:48 +00:00
RecursorInfo.lean
Reduce.lean
ReduceEval.lean
SizeOf.lean refactor: migrate all usages of old slice notation (#9000) 2025-06-27 18:52:07 +00:00
Sorry.lean
Structure.lean
SynthInstance.lean feat: add the nondep field of Expr.letE to the C++ data model (#8751) 2025-06-14 23:10:27 +00:00
Tactic.lean feat: extract_lets and lift_lets tactics (#6432) 2025-04-21 08:57:01 +00:00
Transform.lean feat: use nondep flag in Expr.letE and LocalContext.ldecl (#8804) 2025-06-22 21:54:57 +00:00
TransparencyMode.lean
TryThis.lean chore: fix spelling mistakes (#8324) 2025-05-14 06:52:16 +00:00
UnificationHint.lean
WHNF.lean fix: match against app fn for reducing recursor in whnfCore (#9090) 2025-07-01 13:30:31 +00:00