This PR updates various error messages produced by or associated with built-in tactics and adapts their formatting to current conventions.
12 lines
245 B
Text
12 lines
245 B
Text
pureCoeIssue.lean:6:2-6:4: error: Type mismatch
|
|
f1
|
|
has type
|
|
Nat → IO Unit
|
|
but is expected to have type
|
|
IO PUnit
|
|
pureCoeIssue.lean:14:2-14:7: error: Type mismatch
|
|
f2 10
|
|
has type
|
|
Nat → IO Unit
|
|
but is expected to have type
|
|
IO PUnit
|