8b7dc4e03a
Perhaps, we should add an option to disable this new feature. Remark: this commit makes commit46d418a
redundant. I'm keeping46d418a
because we may retract this commit in the future.
33 lines
1.2 KiB
Text
33 lines
1.2 KiB
Text
revert_fail.lean:5:2: error:invalid 'revert' tactic, hypothesis 'v' depends on 'n'
|
|
proof state:
|
|
A : Type,
|
|
n : nat,
|
|
v : vector A n
|
|
⊢ v = v
|
|
revert_fail.lean:6:0: error: don't know how to synthesize placeholder
|
|
A : Type,
|
|
n : nat,
|
|
v : vector A n
|
|
⊢ v = v
|
|
revert_fail.lean:6: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
|
|
revert_fail.lean:11:2: error:invalid tactic, there are no goals to be solved
|
|
proof state:
|
|
no goals
|
|
revert_fail.lean:12:0: error: don't know how to synthesize placeholder
|
|
n : nat
|
|
⊢ n = n
|
|
revert_fail.lean:12: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
|
|
revert_fail.lean:16:2: error:invalid 'revert' tactic, unknown hypothesis 'm'
|
|
proof state:
|
|
n : nat
|
|
⊢ n = n
|
|
revert_fail.lean:17:0: error: don't know how to synthesize placeholder
|
|
n : nat
|
|
⊢ n = n
|
|
revert_fail.lean:17: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
|