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

9 lines
94 B
Text

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