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

12 lines
474 B
Text
Raw Normal View History

Set: pp::colors
Set: pp::unicode
Assumed: i
λ x : , x + i :
λ x : , x + 1 :
Error (line: 4, pos: 10) 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) :