diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-05-30 22:47:52 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-05-30 22:47:52 +0200 |
commit | 8b59d8ef4ff97936f2a753d1ce345e0404c26b2b (patch) | |
tree | 947f75cb43982fbdb551dc329f036b0591f3c2b2 /test | |
parent | f0752d67cd188f438280e1f0c692dc1f5f14a190 (diff) |
Clearer module purposes
Thanks Mikolaj for discussion
Diffstat (limited to 'test')
-rw-r--r-- | test/Tests/C.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Tests/C.hs b/test/Tests/C.hs index 53955dc..b98c23f 100644 --- a/test/Tests/C.hs +++ b/test/Tests/C.hs @@ -16,10 +16,10 @@ import Data.Type.Equality import Foreign import GHC.TypeLits -import Data.Array.Mixed qualified as X +import Data.Array.Mixed.XArray qualified as X import Data.Array.Mixed.Lemmas import Data.Array.Nested -import Data.Array.Nested.Mixed +import Data.Array.Nested.Internal.Mixed import Hedgehog import Hedgehog.Internal.Property (forAllT) |