pieuvre/tests/test01.8pus
2022-05-10 14:15:18 +02:00

6 lines
69 B
Plaintext

(A -> B -> C) -> (B -> A -> C)
intro f.
intro b.
intro a.
cut B -> C