wfs-operator-experiment/tests/rule_block.in

9 lines
47 B
Plaintext

-a.
a :- x, not b.
x :- not y.
y :- not x.