aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/AST.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz/AST.hs')
-rw-r--r--src/VeriFuzz/AST.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VeriFuzz/AST.hs b/src/VeriFuzz/AST.hs
index fe76042..f5d1824 100644
--- a/src/VeriFuzz/AST.hs
+++ b/src/VeriFuzz/AST.hs
@@ -198,8 +198,8 @@ instance QC.Arbitrary BinaryOperator where
-- , BinMod
, BinEq
, BinNEq
- , BinCEq
- , BinCNEq
+-- , BinCEq
+-- , BinCNEq
, BinLAnd
, BinLOr
, BinLT