aboutsummaryrefslogtreecommitdiff
path: root/test/Util.hs
diff options
context:
space:
mode:
authorMikolaj Konarski <mikolaj.konarski@funktory.com>2025-05-16 23:50:45 +0200
committerMikolaj Konarski <mikolaj.konarski@funktory.com>2025-05-16 23:50:45 +0200
commit7bc9bc6ddbcee4f4193d5c79db92186f12ce3eb2 (patch)
tree0f240a22377af2048c7c7a619fdddb9c2a007035 /test/Util.hs
parentedc711c4cfb9c07466e7d242c6949131acc56f71 (diff)
Move modules Permutation and Types
Diffstat (limited to 'test/Util.hs')
-rw-r--r--test/Util.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Util.hs b/test/Util.hs
index 34cf8ab..8a5ba72 100644
--- a/test/Util.hs
+++ b/test/Util.hs
@@ -15,7 +15,7 @@ import GHC.TypeLits
import Hedgehog
import Hedgehog.Internal.Property (failDiff)
-import Data.Array.Mixed.Types (fromSNat')
+import Data.Array.Nested.Types (fromSNat')
-- Returns highest value that satisfies the predicate, or `lo` if none does