pieuvre/tests/test07.8pus
2022-05-10 13:57:02 +02:00

6 lines
50 B
Plaintext

A -> ~(~A)
intro x.
intro f.
apply f.
assumption.