pieuvre/tests/vrai-pas-faux.8pus

9 lines
94 B
Plaintext

(True \/ False) /\ (~(False /\ True))
split.
left.
exact I.
intro x.
elim x.
intro a.
elim a.