lean2/tests/lean/open_tst.lean.expected.out
Leonardo de Moura f5811d6092 feat(frontends/lean): hide subterms that do not contain metavariables
when generating "unresolved metavariables" error message

closes #473
2015-03-13 12:42:57 -07:00

31 lines
906 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.

1 + 2 :
open_tst.lean:4:8: error: unknown identifier 'add'
a + a :
a + a :
open_tst.lean:12:10: error: type mismatch at application
a + 1
term
1
has type
num
but is expected to have type
a + a :
a + a :
a + 1 :
open_tst.lean:22:2: error: don't know how to synthesize placeholder
⊢ inhabited
open_tst.lean:22:2: error: failed to add declaration 'foo1' to environment, value has metavariables
remark: set 'formatter.hide_full_terms' to false to see the complete term
?M_1
a + a :
open_tst.lean:29:8: error: unknown identifier 'add'
a + 1 :
open_tst.lean:32:2: error: don't know how to synthesize placeholder
⊢ inhabited
open_tst.lean:32:2: error: failed to add declaration 'foo2' to environment, value has metavariables
remark: set 'formatter.hide_full_terms' to false to see the complete term
?M_1
open_tst.lean:41:10: error: invalid expression