lean2/tests/lean/ty1.lean.expected.out
Leonardo de Moura 55aa4cbfa3 feat(frontends/lean): improve error message for expressions containing unsolved metavariables
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-13 13:21:44 -08:00

13 lines
519 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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) :