6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
(A -> B -> C) -> (B -> A -> C)
|
|
intro f.
|
|
intro b.
|
|
intro a.
|
|
cut B -> C
|