7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
|
Goal A -> B -> A.
|
||
|
intros.
|
||
|
try intro.
|
||
|
Undo.
|
||
|
intro.
|
||
|
exact H0.
|
||
|
Qed.
|