1fbfe59a9a
closes #391
9 lines
302 B
Text
9 lines
302 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
|
|
λ (A : Type) (a b c : A) (h₁ : a = b) (h₂ : b = c),
|
|
eq.trans h₁ ?M_1
|