Frontend support for the choice operator (#4175)
[cvc5.git] / test / regress / regress0 / wiki.19.cvc
1 a, b, c : BOOLEAN;
2
3 % EXPECT: valid
4 QUERY NOT (a OR b) <=> NOT a AND NOT b;