aboutsummaryrefslogtreecommitdiff
path: root/test/Gen.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-05-30 11:58:40 +0200
committerTom Smeding <tom@tomsmeding.com>2024-05-30 11:58:40 +0200
commita65306ba5d80891b20ac86fa3a3242f9497751e6 (patch)
tree834af370556a46bbeca807a92c31bef098b47a89 /test/Gen.hs
parentd8e2fcf4ea979fe272db48fc2889f4c2636c50d7 (diff)
Refactor Mixed (modules, regular function names)
Diffstat (limited to 'test/Gen.hs')
-rw-r--r--test/Gen.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Gen.hs b/test/Gen.hs
index 2d2a30b..9652963 100644
--- a/test/Gen.hs
+++ b/test/Gen.hs
@@ -18,7 +18,8 @@ import Foreign
import GHC.TypeLits
import qualified GHC.TypeNats as TN
-import Data.Array.Mixed (fromSNat', pattern SZ, pattern SS)
+import Data.Array.Mixed
+import Data.Array.Mixed.Types
import Data.Array.Nested
import Hedgehog