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

6 lines
60 B
Plaintext

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