lean4-htt/tests/lean/typeMismatch.lean.expected.out
2020-10-27 13:05:12 -07:00

12 lines
313 B
Text

typeMismatch.lean:7:0: error: type mismatch
IO.println ""
has type
EIO IO.Error Unit
but is expected to have type
IO Nat
typeMismatch.lean:12:0: error: type mismatch
Meta.isDefEq x x
has type
ReaderT Meta.Context (StateRefT' IO.RealWorld Meta.State CoreM) Bool
but is expected to have type
MetaM Unit