lean4-htt/tests/lean/typeMismatch.lean.expected.out
Leonardo de Moura 63ab55289e chore: remove "liftable methods"
The new frontend "auto lifting" feature makes them obsolete.
2020-12-09 15:06:07 -08:00

12 lines
245 B
Text

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