lean2/tests/lean/place_eqn.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

12 lines
517 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.

place_eqn.lean:4:18: error: don't know how to synthesize placeholder
foo :
place_eqn.lean:5:18: error: don't know how to synthesize placeholder
foo : ,
a :
place_eqn.lean:3:0: error: failed to add declaration 'foo' to environment, value has metavariables
remark: set 'formatter.hide_full_terms' to false to see the complete term
λ (a : ),
nat.brec_on a
(λ (a_1 : ) (b : …), nat.cases_on a_1 (λ (b_1 : …), ?M_1) (λ (a_2 : ) (b_1 : …), ?M_2) b)