summaryrefslogtreecommitdiff
path: root/test/regress/regress0/wiki.07.cvc
blob: 3b4527bdc8dbd7f2cc6c59a3ffd8050fbe7c31bc (plain)
1
2
3
4
a, b, c : BOOLEAN;

% EXPECT: entailed
QUERY a OR (b AND c) <=> (a OR b) AND (a OR c);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback