8 lines
278 B
Text
8 lines
278 B
Text
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
|