aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Array/Nested/Internal/Mixed.hs
diff options
context:
space:
mode:
authorMikolaj Konarski <mikolaj.konarski@funktory.com>2025-05-14 11:38:22 +0200
committerMikolaj Konarski <mikolaj.konarski@funktory.com>2025-05-14 11:38:22 +0200
commitffa8dacb1d7ea53438f784bf5f8b425b8cd48f46 (patch)
tree154026b503f334bf14851a3826d1562c5cfb9d08 /src/Data/Array/Nested/Internal/Mixed.hs
parent978919b5be0fe74f5da1e071e97557d2e30f0ad2 (diff)
Split and uniformly rename Shape modules
Diffstat (limited to 'src/Data/Array/Nested/Internal/Mixed.hs')
-rw-r--r--src/Data/Array/Nested/Internal/Mixed.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Array/Nested/Internal/Mixed.hs b/src/Data/Array/Nested/Internal/Mixed.hs
index a2f9737..b76aa50 100644
--- a/src/Data/Array/Nested/Internal/Mixed.hs
+++ b/src/Data/Array/Nested/Internal/Mixed.hs
@@ -45,7 +45,7 @@ import Unsafe.Coerce (unsafeCoerce)
import Data.Array.Mixed.Internal.Arith
import Data.Array.Mixed.Lemmas
import Data.Array.Mixed.Permutation
-import Data.Array.Mixed.Shape
+import Data.Array.Nested.Mixed.Shape
import Data.Array.Mixed.Types
import Data.Array.Mixed.XArray (XArray(..))
import Data.Array.Mixed.XArray qualified as X