2015-04-20 00:23:09 +00:00
|
|
|
exact_partial.lean:4:19: error: don't know how to synthesize placeholder
|
|
|
|
a b : Prop,
|
|
|
|
a_1 : a,
|
|
|
|
a_2 : b
|
|
|
|
⊢ a
|
|
|
|
exact_partial.lean:4:21: error: don't know how to synthesize placeholder
|
|
|
|
a b : Prop,
|
|
|
|
a_1 : a,
|
|
|
|
a_2 : b
|
|
|
|
⊢ b
|
2015-04-06 20:38:53 +00:00
|
|
|
exact_partial.lean:4:2: error:invalid 'exact' tactic, term still contains metavariables after elaboration
|
|
|
|
and.intro ?M_1 ?M_2
|
|
|
|
proof state:
|
|
|
|
a b : Prop,
|
|
|
|
a_1 : a,
|
|
|
|
a_2 : b
|
|
|
|
⊢ a ∧ b
|
|
|
|
exact_partial.lean:5:0: error: don't know how to synthesize placeholder
|
|
|
|
a b : Prop
|
|
|
|
⊢ a → b → a ∧ b
|
2015-06-01 22:35:28 +00:00
|
|
|
exact_partial.lean:5:0: error: failed to add declaration 'example' to environment, value has metavariables
|
2015-04-06 20:38:53 +00:00
|
|
|
remark: set 'formatter.hide_full_terms' to false to see the complete term
|
|
|
|
λ (a b : Prop),
|
|
|
|
?M_1
|