summaryrefslogtreecommitdiff
path: root/src/AST/Count.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/AST/Count.hs')
-rw-r--r--src/AST/Count.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AST/Count.hs b/src/AST/Count.hs
index b7079ff..c0d8d2d 100644
--- a/src/AST/Count.hs
+++ b/src/AST/Count.hs
@@ -128,8 +128,8 @@ occCountGeneral onehot unpush alter many = go WId
EShape _ e -> re e
EOp _ _ e -> re e
ECustom _ _ _ _ _ _ _ a b -> re a <> re b
- EWith _ a b -> re a <> re1 b
- EAccum _ _ a b e -> re a <> re b <> re e
+ EWith _ _ a b -> re a <> re1 b
+ EAccum _ _ _ a b e -> re a <> re b <> re e
EZero _ _ -> mempty
EPlus _ _ a b -> re a <> re b
EOneHot _ _ _ a b -> re a <> re b