lean4-htt/tests/lean/bad_error4.lean.expected.out

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