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

13 lines
488 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, metavariable: ?M::0, type:
(Type U)
λ x y : , y + i + 1 + x :
(λ x : , x) i :
(λ x : , x i) (λ x y : , x + 1 + y) :
(λ x : , x) (λ x y : , x + 1 + y) :