7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
Goal (A -> B) -> A -> B.
|
|
intros.
|
|
apply H0.
|
|
exact H1.
|
|
Qed.
|
|
Undo.
|
|
Qed. |