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`.
3 lines
196 B
Text
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'
|