diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-06-18 00:00:11 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-06-18 00:00:11 +0200 |
commit | d1b2e2c3a3cdaf49ff5e4bae6fe9b0612c3779c2 (patch) | |
tree | 38577e02839ac18244aa46b833da8957cbe9789e /src/AST/Count.hs | |
parent | 2b1a40b5933b8b0dceaae744e5b70cb604822c9d (diff) |
Tests pass, should check if output is sensible
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 03a36f6..05be524 100644 --- a/src/AST/Count.hs +++ b/src/AST/Count.hs @@ -134,7 +134,7 @@ occCountGeneral onehot unpush alter many = go WId ECustom _ _ _ _ _ _ _ a b -> re a <> re b ERecompute _ e -> re e EWith _ _ a b -> re a <> re1 b - EAccum _ _ _ a b e -> re a <> re b <> re e + EAccum _ _ _ a _ b e -> re a <> re b <> re e EZero _ _ e -> re e EPlus _ _ a b -> re a <> re b EOneHot _ _ _ a b -> re a <> re b |