2014-10-29 05:15:38 +00:00
|
|
|
pstate.lean:4:26: error: don't know how to synthesize placeholder
|
2014-10-28 23:25:16 +00:00
|
|
|
A : Type,
|
2015-01-13 19:10:28 +00:00
|
|
|
a b c : A,
|
2014-10-28 23:25:16 +00:00
|
|
|
h₁ : a = b,
|
|
|
|
h₂ : b = c
|
|
|
|
⊢ b = c
|
2014-10-26 23:11:58 +00:00
|
|
|
pstate.lean:4:7: error: failed to add declaration 'foo' to environment, value has metavariables
|
2015-03-13 19:42:57 +00:00
|
|
|
remark: set 'formatter.hide_full_terms' to false to see the complete term
|
|
|
|
λ (A : Type) (a b c : A) (h₁ : …) (h₂ : …),
|
2014-10-26 23:11:58 +00:00
|
|
|
eq.trans h₁ ?M_1
|