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

11 lines
402 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) unexpected metavariable occurrence
λ x y : , y + i + 1 + x :
(λ x : , x) i :
(λ x : , x i) (λ x y : , x + 1 + y) :
(λ x : , x) (λ x y : , x + 1 + y) :