wfs-operator-experiment/tests/simple_test.in

7 lines
49 B
Plaintext

(a | b) -> (c & d).
a :- not b.
b :- not a.
a.