lean2/tests/lean/rewrite_fail.lean.expected.out
2015-02-16 18:42:15 -08:00

23 lines
731 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

rewrite_fail.lean:5:15: error:invalid 'rewrite' tactic, rewrite step failed
proof state:
a b : ,
Ha : a = 0,
Hb : b = 0
⊢ 0 + b = 0
rewrite_fail.lean:6:0: error: don't know how to synthesize placeholder
a b : ,
Ha : a = 0,
Hb : b = 0
⊢ a + b = 0
rewrite_fail.lean:6:0: error: failed to add declaration '14.0' to environment, value has metavariables
λ (a b : ) (Ha : a = 0) (Hb : b = 0),
?M_1
rewrite_fail.lean:11:2: error:invalid tactic, there are no goals to be solved
proof state:
no goals
rewrite_fail.lean:12:0: error: don't know how to synthesize placeholder
a :
⊢ a = a
rewrite_fail.lean:12:0: error: failed to add declaration '14.1' to environment, value has metavariables
λ (a : ),
?M_1