lean4-htt/src/Lean/Elab
Miyahara Kō dd78012ddd
style: replace HEq x y with x ≍ y (#8872)
Although `HEq` was abbreviated as `≍` in #8503, many instances of the
form `HEq x y` still remain.
Therefore, I searched for occurrences of `HEq x y` using the regular
expression `(?<![A-Za-z/@]|``)HEq(?![A-Za-z.])` and replaced as many as
possible with the form `x ≍ y`.
2025-06-20 07:47:33 +00:00
..
Deriving feat: do not export private declarations (#8337) 2025-06-02 08:01:08 +00:00
InfoTree feat: add elaborators, completions, and hovers for named errors (#8730) 2025-06-18 15:51:34 +00:00
PreDefinition refactor: remove binductionOn, use brecOn instead (#8820) 2025-06-17 07:07:24 +00:00
Quotation doc: add documentation for builtin attributes (#8173) 2025-06-11 09:04:37 +00:00
Tactic style: replace HEq x y with x ≍ y (#8872) 2025-06-20 07:47:33 +00:00
App.lean doc: add documentation for builtin attributes (#8173) 2025-06-11 09:04:37 +00:00
Arg.lean
Attributes.lean
AutoBound.lean
AuxDef.lean feat: meta phase restrictions 2025-06-12 16:36:08 +02:00
BinderPredicates.lean
Binders.lean feat: meta phase restrictions 2025-06-12 16:36:08 +02:00
BindersUtil.lean
BuiltinCommand.lean feat: improve error behavior of end command (#8387) 2025-06-20 03:05:51 +00:00
BuiltinEvalCommand.lean feat: meta phase restrictions 2025-06-12 16:36:08 +02:00
BuiltinNotation.lean feat: debug_assert! (#7256) 2025-03-03 16:34:44 +00:00
BuiltinTerm.lean feat: do not export private declarations (#8337) 2025-06-02 08:01:08 +00:00
Calc.lean
CheckTactic.lean
Command.lean doc: add documentation for builtin attributes (#8173) 2025-06-11 09:04:37 +00:00
ComputedFields.lean doc: add documentation for builtin attributes (#8173) 2025-06-11 09:04:37 +00:00
Config.lean
Declaration.lean doc: add documentation for builtin attributes (#8173) 2025-06-11 09:04:37 +00:00
DeclarationRange.lean feat: inlay hints for auto-implicits (#6768) 2025-02-04 17:36:49 +00:00
DeclModifiers.lean feat: meta phase restrictions 2025-06-12 16:36:08 +02:00
DeclNameGen.lean
DeclUtil.lean
DefView.lean feat: explicit defeq attribute (#8419) 2025-06-06 18:40:06 +00:00
Deriving.lean
Do.lean chore: fixes after rebootstrap 2025-06-04 18:26:05 +02:00
ElabRules.lean
ErrorExplanation.lean feat: add elaborators, completions, and hovers for named errors (#8730) 2025-06-18 15:51:34 +00:00
Eval.lean
Exception.lean
Extra.lean fix: unknown identifier ranges (#8362) 2025-05-22 10:05:31 +00:00
Frontend.lean refactor: make syntax covering snapshot tasks more precise on the top level (#8744) 2025-06-18 13:23:21 +00:00
GenInjective.lean
GuardMsgs.lean feat: make guard_msgs.diff=true the default (#8596) 2025-06-03 15:13:15 +00:00
Import.lean feat: server-side for module hierarchy (#8654) 2025-06-11 08:02:18 +00:00
Inductive.lean feat: improve inductive type parameter error messages (#8338) 2025-05-19 17:03:49 +00:00
InfoTree.lean
InfoTrees.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
InheritDoc.lean chore: follow up on #8173 post-stage0 update (#8722) 2025-06-16 09:08:35 +00:00
LetRec.lean feat: language reference links and examples in docstrings (#7240) 2025-03-12 09:17:27 +00:00
Level.lean
Macro.lean
MacroArgUtil.lean
MacroRules.lean
Match.lean feat: improve error messages in invalid match alternatives (#8368) 2025-05-19 17:40:41 +00:00
MatchAltView.lean feat: improve error messages in invalid match alternatives (#8368) 2025-05-19 17:40:41 +00:00
MatchExpr.lean
Mixfix.lean
MutualDef.lean chore: follow up on #8173 post-stage0 update (#8722) 2025-06-16 09:08:35 +00:00
MutualInductive.lean refactor: remove binductionOn, use brecOn instead (#8820) 2025-06-17 07:07:24 +00:00
Notation.lean
Open.lean
ParseImportsFast.lean feat: meta phase restrictions 2025-06-12 16:36:08 +02:00
PatternVar.lean feat: improve error messages in invalid match alternatives (#8368) 2025-05-19 17:40:41 +00:00
PreDefinition.lean
Print.lean feat: explicit defeq attribute (#8419) 2025-06-06 18:40:06 +00:00
Quotation.lean feat: deprecate Array.mkArray in favour of Array.replicate 2025-03-24 08:25:00 +01:00
RecAppSyntax.lean
RecommendedSpelling.lean refactor: environment extension state splitting (#8653) 2025-06-11 12:52:04 +00:00
SetOption.lean chore: generalize some type classes (#7611) 2025-04-07 01:10:19 +00:00
StructInst.lean feat: := private instance syntax 2025-05-28 10:18:04 +02:00
Structure.lean chore: address stage0 update TODOs (#8869) 2025-06-18 20:52:50 +00:00
Syntax.lean feat: meta phase restrictions 2025-06-12 16:36:08 +02:00
SyntheticMVars.lean feat: create private aux decls in private contexts 2025-06-03 15:53:05 +02:00
Tactic.lean fix: change show tactic to work as documented (#7395) 2025-06-12 23:54:09 +00:00
Term.lean chore: follow up on #8173 post-stage0 update (#8722) 2025-06-16 09:08:35 +00:00
Time.lean
Util.lean doc: add documentation for builtin attributes (#8173) 2025-06-11 09:04:37 +00:00