wfs-operator-experiment/tests/block_O.correct

10 lines
94 B
Plaintext
Raw Permalink Normal View History

2023-01-11 14:04:22 -07:00
a :- not b.
b :- not a.
-b.
-------------------
({}, {a, b})
({}, {a})
({a}, {a})
({a}, {a})