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