aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/AST.hs
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-02-02 22:13:57 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-02-02 22:13:57 +0000
commit94082601ca31c079065c494cc24020471e0d3e31 (patch)
tree2333eb05bb616827e3f7792a94e71dba0296d119 /src/VeriFuzz/AST.hs
parent686bc953c50cf23b96dba4f182e8005289e71b98 (diff)
downloadverismith-94082601ca31c079065c494cc24020471e0d3e31.tar.gz
verismith-94082601ca31c079065c494cc24020471e0d3e31.zip
Try to add logging
Diffstat (limited to 'src/VeriFuzz/AST.hs')
-rw-r--r--src/VeriFuzz/AST.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VeriFuzz/AST.hs b/src/VeriFuzz/AST.hs
index 259da50..15fa792 100644
--- a/src/VeriFuzz/AST.hs
+++ b/src/VeriFuzz/AST.hs
@@ -207,7 +207,7 @@ instance QC.Arbitrary BinaryOperator where
, BinXor
, BinXNor
, BinXNorInv
- , BinPower
+-- , BinPower
, BinLSL
, BinLSR
, BinASL