lean4-htt/tests/lean/doSeqRightIssue.lean.expected.out
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

3 lines
196 B
Text

doSeqRightIssue.lean:5:23-5:24: error: unknown universe level 'v'
doSeqRightIssue.lean:7:0-8:40: warning: declaration uses 'sorry'
doSeqRightIssue.lean:6:8-6:10: warning: declaration uses 'sorry'