lean2/tests/lean/beginend_bug.lean.expected.out

15 lines
331 B
Text

beginend_bug.lean:7:2: error: tactic failed
A : Type,
a b c : A,
Hab : a = b,
Hbc : b = c
⊢ a = ?M_1
A : Type,
a b c : A,
Hab : a = b,
Hbc : b = c
⊢ ?M_1 = c
beginend_bug.lean:9:0: error: failed to add declaration 'foo' to environment, value has metavariables
λ (A : Type) (a b c : A) (Hab : a = b) (Hbc : b = c),
?M_1