diff options
author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-05-16 23:50:45 +0200 |
---|---|---|
committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-05-16 23:50:45 +0200 |
commit | 7bc9bc6ddbcee4f4193d5c79db92186f12ce3eb2 (patch) | |
tree | 0f240a22377af2048c7c7a619fdddb9c2a007035 /test/Tests | |
parent | edc711c4cfb9c07466e7d242c6949131acc56f71 (diff) |
Move modules Permutation and Types
Diffstat (limited to 'test/Tests')
-rw-r--r-- | test/Tests/C.hs | 2 | ||||
-rw-r--r-- | test/Tests/Permutation.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Tests/C.hs b/test/Tests/C.hs index 72bf8f6..3b78bc0 100644 --- a/test/Tests/C.hs +++ b/test/Tests/C.hs @@ -18,7 +18,7 @@ import Data.Type.Equality import Foreign import GHC.TypeLits -import Data.Array.Mixed.Types (fromSNat') +import Data.Array.Nested.Types (fromSNat') import Data.Array.Nested import Data.Array.Nested.Ranked.Shape diff --git a/test/Tests/Permutation.hs b/test/Tests/Permutation.hs index 1e7ad13..98a6da5 100644 --- a/test/Tests/Permutation.hs +++ b/test/Tests/Permutation.hs @@ -6,7 +6,7 @@ module Tests.Permutation where import Data.Type.Equality -import Data.Array.Mixed.Permutation +import Data.Array.Nested.Permutation import Hedgehog import Hedgehog.Gen qualified as Gen |