diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-03-20 13:12:40 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-03-20 13:12:40 +0100 |
commit | 2c080cb245a616565b14d78159fcc50ffad6f760 (patch) | |
tree | 6212f9bc41da3ee165a8a06c6e1de187ad9d9d2e /src/Data/Array/Nested/Internal | |
parent | 55036a5ea4a6e590d0404638b2823c6a4aec3fba (diff) |
Some re-exports for compatibility
Diffstat (limited to 'src/Data/Array/Nested/Internal')
-rw-r--r-- | src/Data/Array/Nested/Internal/Mixed.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Data/Array/Nested/Internal/Mixed.hs b/src/Data/Array/Nested/Internal/Mixed.hs index eb452dd..9a47d00 100644 --- a/src/Data/Array/Nested/Internal/Mixed.hs +++ b/src/Data/Array/Nested/Internal/Mixed.hs @@ -49,7 +49,6 @@ import Data.Array.Mixed.Shape import Data.Array.Mixed.Types import Data.Array.Mixed.Permutation import Data.Array.Mixed.Lemmas -import Data.Array.Strided.Arith -- TODO: -- sumAllPrim :: (PrimElt a, NumElt a) => Mixed sh a -> a |