pieuvre/tests/test03.8pus
Adrien Vannson 8fc318b75e
Tests
2022-05-10 11:48:53 +02:00

6 lines
58 B
Plaintext

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