lean4-htt/tests/lean/pureCoeIssue.lean.expected.out
jrr6 62f14514da
refactor: update built-in tactic error messages (#9633)
This PR updates various error messages produced by or associated with
built-in tactics and adapts their formatting to current conventions.
2025-07-31 14:16:57 +00:00

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