diff options
Diffstat (limited to 'src/AST/Count.hs')
-rw-r--r-- | src/AST/Count.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AST/Count.hs b/src/AST/Count.hs index d365218..364773a 100644 --- a/src/AST/Count.hs +++ b/src/AST/Count.hs @@ -125,7 +125,7 @@ occCountGeneral onehot unpush alter many = go WId EIdx _ a b -> re a <> re b EShape _ e -> re e EOp _ _ e -> re e - ECustom _ _ _ _ _ _ a b -> re a <> re b + ECustom _ _ _ _ _ _ _ a b -> re a <> re b EWith a b -> re a <> re1 b EAccum _ a b e -> re a <> re b <> re e EZero _ -> mempty |