This PR updates various error messages produced by or associated with built-in tactics and adapts their formatting to current conventions.
12 lines
239 B
Text
12 lines
239 B
Text
1081.lean:7:2-7:5: error: Type mismatch
|
|
rfl
|
|
has type
|
|
?m = ?m
|
|
but is expected to have type
|
|
f 0 y = y
|
|
1081.lean:23:4-23:9: error: Type mismatch
|
|
rfl
|
|
has type
|
|
?m = ?m
|
|
but is expected to have type
|
|
insert a ⟨0, ⋯⟩ v = cons a v
|