7 lines
82 B
Plaintext
7 lines
82 B
Plaintext
Goal (A -> B -> C) -> A -> B -> C.
|
|
intros.
|
|
apply H0.
|
|
exact H2.
|
|
exact H1.
|
|
Qed.
|