This PR updates various error messages produced by or associated with built-in tactics and adapts their formatting to current conventions.
7 lines
147 B
Text
7 lines
147 B
Text
matchErrorLocation.lean:5:10-5:14: error: Type mismatch
|
||
h he
|
||
has type
|
||
False
|
||
of sort `Prop` but is expected to have type
|
||
α
|
||
of sort `Type ?u`
|