lean4-htt/tests/lean/typeMismatch.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
256 B
Text

typeMismatch.lean:7:0-7:13: error: Type mismatch
IO.println ""
has type
IO Unit
but is expected to have type
IO Nat
typeMismatch.lean:12:0-12:16: error: Type mismatch
Meta.isDefEq x x
has type
MetaM Bool
but is expected to have type
MetaM Unit