lean2/tests/lean/gen_fail.lean.expected.out
Leonardo de Moura 8b7dc4e03a feat(frontends/lean): apply eta-reduction in postprocessing step
Perhaps, we should add an option to disable this new feature.

Remark: this commit makes commit 46d418a redundant.
I'm keeping 46d418a because we may retract this commit in the future.
2015-06-10 16:29:30 -07:00

20 lines
511 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.

gen_fail.lean:6:2: error:invalid 'generalize' tactic, type error
type mismatch at application
eq v
term
v
has type
vector n_1
but is expected to have type
vector n
proof state:
n : ,
v : vector n
⊢ v = v
gen_fail.lean:7:0: error: don't know how to synthesize placeholder
n : ,
v : vector n
⊢ v = v
gen_fail.lean:7:0: error: failed to add declaration 'tst' to environment, value has metavariables
remark: set 'formatter.hide_full_terms' to false to see the complete term
?M_1