wfs-operator-experiment/tests/rule_block.in

9 lines
47 B
Plaintext
Raw Normal View History

2023-01-11 14:04:22 -07:00
-a.
a :- x, not b.
x :- not y.
y :- not x.