lean4-htt/src/Lean/Meta
Leonardo de Moura 22b5c957e9
chore: rename automatically generated "unfold" theorems (#3767)
Given a definition `foo`, they were previously called `foo._unfold`
until 4.7.0. We tried to rename them to `foo.def`, but it created too
many issues in the Mathlib repo. We decided to rename it again to
`foo.eq_def`. The new name is also consistent with the `eq_<idx>`
theorems generated for different "cases". That is, `foo.eq_def` is the
equality theorem for the whole definition, and `foo.eq_<idx>` is the
equality theorem for case `<idx>`.

cc @semorrison
2024-03-25 21:41:26 +00:00
..
ArgsPacker refactor: ArgsPacker (#3621) 2024-03-14 14:59:40 +00:00
Match fix: functional induction: preseve order of cases better (#3762) 2024-03-25 11:59:29 +00:00
Tactic fix: functional induction: preseve order of cases better (#3762) 2024-03-25 11:59:29 +00:00
AbstractMVars.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
AbstractNestedProofs.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
ACLt.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
AppBuilder.lean refactor: ArgsPacker (#3621) 2024-03-14 14:59:40 +00:00
ArgsPacker.lean chore: remove the coercion from String to Name (#3589) 2024-03-21 23:46:03 +00:00
Basic.lean perf: rewrite UnusedVariables lint (#3186) 2024-03-21 12:28:57 +00:00
Canonicalizer.lean feat: ignore explicit proofs in canonicalizer (#3766) 2024-03-25 20:52:42 +00:00
Check.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
CheckTactic.lean chore: bool and prop lemmas for Mathlib compatibility and improved confluence (#3508) 2024-03-04 23:56:30 +00:00
Closure.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Coe.lean refactor: Offset.lean and related files (#3614) 2024-03-05 19:40:15 -08:00
CoeAttr.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
CollectFVars.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
CollectMVars.lean chore: upstream solve_by_elim (#3408) 2024-02-21 01:16:04 +00:00
CompletionName.lean fix: auto-completion bugs and performance (#3460) 2024-02-26 09:43:19 +00:00
CongrTheorems.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Constructions.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
CtorRecognizer.lean feat: better support for reducing Nat.rec (#3616) 2024-03-06 13:28:07 +00:00
DecLevel.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
DiscrTree.lean doc: for issue #2835 2024-03-06 15:29:04 -08:00
DiscrTreeTypes.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Eqns.lean chore: rename automatically generated "unfold" theorems (#3767) 2024-03-25 21:41:26 +00:00
Eval.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
ExprDefEq.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
ExprLens.lean doc: fix typos (#3543) 2024-02-29 13:23:19 +00:00
ExprTraverse.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
ForEachExpr.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
FunInfo.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
GeneralizeTelescope.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
GeneralizeVars.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
GetUnfoldableConst.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
GlobalInstances.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
IndPredBelow.lean chore: remove the coercion from String to Name (#3589) 2024-03-21 23:46:03 +00:00
Inductive.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
InferType.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Injective.lean fix: bug at elimOptParam (#3595) 2024-03-04 23:56:00 +00:00
Instances.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Iterator.lean chore: address copyright inconsistencies (#3448) 2024-02-22 06:23:50 -08:00
KAbstract.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
KExprMap.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
LazyDiscrTree.lean feat: upstream rw? tactic (#3719) 2024-03-23 05:01:35 +00:00
LevelDefEq.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
LitValues.lean chore: use let_expr to cleanup code 2024-03-02 10:07:15 -08:00
Match.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
MatchUtil.lean fix: regression on match expressions with builtin literals (#3521) 2024-02-27 18:49:44 +00:00
NatInstTesters.lean refactor: Offset.lean and related files (#3614) 2024-03-05 19:40:15 -08:00
Offset.lean feat: better support for reducing Nat.rec (#3616) 2024-03-06 13:28:07 +00:00
PPGoal.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
RecursorInfo.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Reduce.lean fix: fold raw Nat literals at dsimp (#3624) 2024-03-06 18:29:20 +00:00
ReduceEval.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
SizeOf.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Structure.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
SynthInstance.lean fix: eta-expanded instances at SynthInstance.lean (#3638) 2024-03-08 20:37:38 +00:00
Tactic.lean feat: upstream rw? tactic (#3719) 2024-03-23 05:01:35 +00:00
Transform.lean chore: use builtin_dsimproc when appropriate 2024-03-05 14:42:05 -08:00
TransparencyMode.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
UnificationHint.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
WHNF.lean perf: rewrite UnusedVariables lint (#3186) 2024-03-21 12:28:57 +00:00