diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-05-15 21:40:50 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-05-15 21:41:51 +0200 |
commit | 6f82510ddde60b76e7c81eae2da7d947312179e5 (patch) | |
tree | 823bdd206b6826b279146f3acd1a9e851b31592e /src/Data/Array/Nested/Mixed.hs | |
parent | 3c8f13c8310de646b15c6f2745cfe190db7610db (diff) |
Move Data.Array.Arith to Data.Array.Strided.Orthotope
Diffstat (limited to 'src/Data/Array/Nested/Mixed.hs')
-rw-r--r-- | src/Data/Array/Nested/Mixed.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Array/Nested/Mixed.hs b/src/Data/Array/Nested/Mixed.hs index ec19c21..0a7eaba 100644 --- a/src/Data/Array/Nested/Mixed.hs +++ b/src/Data/Array/Nested/Mixed.hs @@ -42,13 +42,13 @@ import GHC.Generics (Generic) import GHC.TypeLits import Unsafe.Coerce (unsafeCoerce) -import Data.Array.Arith import Data.Array.Mixed.Lemmas import Data.Array.Mixed.Permutation import Data.Array.Mixed.Types import Data.Array.XArray (XArray(..)) import Data.Array.XArray qualified as X import Data.Array.Nested.Mixed.Shape +import Data.Array.Strided.Orthotope import Data.Bag |