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

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