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