lean4-htt/tests/lean/bad_error4.lean.expected.out
2017-02-05 14:01:03 +01:00

10 lines
415 B
Text

bad_error4.lean:4:11: warning: declaration 'bar' uses sorry
bad_error4.lean:4:11: warning: declaration 'bar.equations._eqn_1' uses sorry
bad_error4.lean:5:0: error: type mismatch at application
foo.mk (λ (a : unit) (b : delayed[?m_1]), delayed[?m_3])
term
λ (a : unit) (b : delayed[?m_1]), delayed[?m_3]
has type
Π (a : unit) (b : delayed[?m_1]), delayed[?m_2]
but is expected to have type
unit → unit