diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-04-25 13:32:52 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-04-25 13:32:52 +0200 |
commit | ed10756e9685d42933cda361cf33f414845e39aa (patch) | |
tree | 52ee922b8ddd48a7350b254a367da9c6d2bcc13d | |
parent | 8f7445780664d2739c282bd3a83c12caebd9f461 (diff) |
Remove done TODO
-rw-r--r-- | src/AST.hs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -89,7 +89,6 @@ data Expr x env t where -- accumulation effect on monoids EWith :: x (TPair a (D2 t)) -> STy t -> Expr x env (D2 t) -> Expr x (TAccum t : env) a -> Expr x env (TPair a (D2 t)) - -- TODO: let this contain a OneHotTerm that is shared with EOneHot for uniformity in Simplify EAccum :: x TNil -> STy t -> SAcPrj p t a -> Expr x env (AcIdx p t) -> Expr x env (D2 a) -> Expr x env (TAccum t) -> Expr x env TNil -- monoidal operations (to be desugared to regular operations after simplification) |