lean4-htt/src/Lean/Meta/Match
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
..
MatcherApp style: replace HEq x y with x ≍ y (#8872) 2025-06-20 07:47:33 +00:00
Basic.lean feat: improve error messages in invalid match alternatives (#8368) 2025-05-19 17:40:41 +00:00
CaseArraySizes.lean feat: change Array.get to take a Nat and a proof (#6032) 2024-11-12 03:30:46 +00:00
CaseValues.lean fix: match literal pattern support 2024-02-24 16:08:07 -08:00
Match.lean feat: do not export private declarations (#8337) 2025-06-02 08:01:08 +00:00
MatchEqs.lean style: replace HEq x y with x ≍ y (#8872) 2025-06-20 07:47:33 +00:00
MatchEqsExt.lean feat: realizeConst for match equations (#7247) 2025-03-03 17:18:29 +00:00
MatcherApp.lean refactor: module MatcherApp.Transform (#3439) 2024-02-22 16:16:26 +00:00
MatcherInfo.lean feat: add async support to more extensions and constructions (#7363) 2025-03-06 14:27:45 +00:00
MatchPatternAttr.lean doc: add documentation for builtin attributes (#8173) 2025-06-11 09:04:37 +00:00
MVarRenaming.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Value.lean fix: match literal pattern support 2024-02-24 16:08:07 -08:00