lean2/tests/lean/have_tactic.lean.expected.out

19 lines
608 B
Text
Raw Permalink Normal View History

have_tactic.lean:4:31: error: don't know how to synthesize placeholder
a b c : ,
h₁ : a = b,
h₂ : b = c
⊢ b = c
have_tactic.lean:4:19: error:invalid 'exact' tactic, term still contains metavariables after elaboration
eq.trans h₁ ?M_1
proof state:
a b c : ,
h₁ : a = b,
h₂ : b = c
⊢ a = c
have_tactic.lean:5:0: error: don't know how to synthesize placeholder
a b c :
⊢ a = b → b = c → a = c
have_tactic.lean:5:0: error: failed to add declaration 'example' to environment, value has metavariables
remark: set 'formatter.hide_full_terms' to false to see the complete term
?M_1