lean4-htt/old_tests/tests/lean/bad_error4.lean.expected.out
2018-04-10 12:56:55 -07:00

6 lines
193 B
Text

bad_error4.lean:5:7: error: type mismatch at field 'f'
λ (a : unit) (b : ?m_1[a]), ?m_2[a, b]
has type
Π (a : unit) (b : ?m_1[a]), ?m_2[a, b]
but is expected to have type
unit → unit