summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-04-25 13:32:52 +0200
committerTom Smeding <tom@tomsmeding.com>2025-04-25 13:32:52 +0200
commited10756e9685d42933cda361cf33f414845e39aa (patch)
tree52ee922b8ddd48a7350b254a367da9c6d2bcc13d
parent8f7445780664d2739c282bd3a83c12caebd9f461 (diff)
Remove done TODO
-rw-r--r--src/AST.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AST.hs b/src/AST.hs
index fb5a45e..b8d23b4 100644
--- a/src/AST.hs
+++ b/src/AST.hs
@@ -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)