2015-02-17 00:56:42 +00: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 19:10:28 +00:00
|
|
|
A B : Type,
|
2014-10-30 03:34:01 +00:00
|
|
|
a : A,
|
|
|
|
b : B,
|
|
|
|
H : @heq A a B b
|
|
|
|
⊢ @heq B b A a
|
2015-02-17 00:56:42 +00: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-30 03:34:01 +00:00
|
|
|
gen_bug.lean:12:0: error: failed to add declaration 'tst' 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-06-10 23:26:32 +00:00
|
|
|
?M_1
|