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

10 lines
372 B
Text

pstate.lean:4:26: error: don't know how to synthesize placeholder
A : Type,
a b c : A,
h₁ : a = b,
h₂ : b = c
⊢ b = c
pstate.lean:4:7: 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 : Type) (a b c : A) (h₁ : …) (h₂ : …),
eq.trans h₁ ?M_1