2015-02-17 00:56:42 +00:00
|
|
|
assert_fail.lean:3:2: error:invalid 'assert' tactic, goal already has a hypothesis named 'H'
|
|
|
|
proof state:
|
|
|
|
a b : Prop,
|
|
|
|
H : b ∧ a
|
|
|
|
⊢ a ∧ b
|
|
|
|
assert_fail.lean:4:0: error: don't know how to synthesize placeholder
|
|
|
|
a b : Prop,
|
|
|
|
H : b ∧ a
|
|
|
|
⊢ a ∧ b
|
2015-06-01 22:35:28 +00:00
|
|
|
assert_fail.lean:4:0: error: failed to add declaration 'example' 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 b : Prop) (H : …),
|
2015-02-17 00:56:42 +00:00
|
|
|
?M_1
|
|
|
|
assert_fail.lean:9:2: error:invalid tactic, there are no goals to be solved
|
|
|
|
proof state:
|
|
|
|
no goals
|
|
|
|
assert_fail.lean:10:0: error: don't know how to synthesize placeholder
|
|
|
|
a : Prop,
|
|
|
|
Ha : a
|
|
|
|
⊢ a
|
2015-06-01 22:35:28 +00:00
|
|
|
assert_fail.lean:10:0: error: failed to add declaration 'example' 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
|
2015-02-17 00:56:42 +00:00
|
|
|
λ (a : Prop) (Ha : a),
|
|
|
|
?M_1
|