2015-02-16 16:56:42 -08:00
|
|
|
gen_bug.lean:9:2: error:invalid 'generalize' tactic, type error
|
|
|
|
type mismatch at application
|
|
|
|
@heq B b
|
|
|
|
term
|
|
|
|
b
|
|
|
|
has type
|
|
|
|
B_1
|
|
|
|
but is expected to have type
|
|
|
|
B
|
|
|
|
proof state:
|
2015-01-13 11:10:28 -08:00
|
|
|
A B : Type,
|
2014-10-29 20:34:01 -07:00
|
|
|
a : A,
|
|
|
|
b : B,
|
|
|
|
H : @heq A a B b
|
|
|
|
⊢ @heq B b A a
|
2015-02-16 16:56:42 -08:00
|
|
|
gen_bug.lean:12:0: error: don't know how to synthesize placeholder
|
|
|
|
A B : Type,
|
|
|
|
a : A,
|
|
|
|
b : B
|
|
|
|
⊢ @heq A a B b → @heq B b A a
|
2014-10-29 20:34:01 -07:00
|
|
|
gen_bug.lean:12:0: error: failed to add declaration 'tst' to environment, value has metavariables
|
2015-03-13 12:42:57 -07:00
|
|
|
remark: set 'formatter.hide_full_terms' to false to see the complete term
|
2015-06-10 16:26:32 -07:00
|
|
|
?M_1
|