summaryrefslogtreecommitdiff
path: root/test/regress/regress0/logops.01.cvc
blob: 305f2d3960d17f4875da24a0510db1cb4c03080f (plain)
1
2
3
a, b, c: BOOLEAN;
% EXPECT: entailed
QUERY (a XOR b) <=> (NOT a AND b) OR (NOT b AND a);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback