lean2/tests/lean/ty1.lean.expected.out

14 lines
519 B
Text
Raw Normal View History

Set: pp::colors
Set: pp::unicode
Imported 'Int'
Assumed: i
λ x : , x + i :
λ x : , x + 1 :
ty1.lean:5:10: error: invalid expression, it still contains metavariables after elaboration
λ x : ?M::0, x
ty1.lean:5:10: error: unsolved metavar M::0
λ x y : , y + i + 1 + x :
(λ x : , x) i :
(λ x : , x i) (λ x y : , x + 1 + y) :
(λ x : , x) (λ x y : , x + 1 + y) :