wfs-operator-experiment/tests/rule_block.correct
2023-01-11 14:04:22 -07:00

13 lines
118 B
Text

-a.
a :- x, not b.
x :- not y.
y :- not x.
-------------------
({}, {a, b, y, x})
({}, {y})
({y}, {y})
({y}, {y})