wfs-operator-experiment/tests/simple_test.in

7 lines
49 B
Plaintext
Raw Normal View History

2023-01-11 14:04:22 -07:00
(a | b) -> (c & d).
a :- not b.
b :- not a.
a.