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