aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Array/Nested/Mixed/Shape.hs
diff options
context:
space:
mode:
authorMikolaj Konarski <mikolaj.konarski@funktory.com>2026-04-09 22:24:45 +0200
committerMikolaj Konarski <mikolaj.konarski@funktory.com>2026-04-09 22:24:45 +0200
commit091d8e3cc4f150ea1eb48953db18f4a352c5179a (patch)
tree2e089d655c3e0536a1a7411bed7a2629b4312959 /src/Data/Array/Nested/Mixed/Shape.hs
parentbcf3bcf63626e75af9ab316d988e146f9a60c81d (diff)
Remove ListS
Diffstat (limited to 'src/Data/Array/Nested/Mixed/Shape.hs')
-rw-r--r--src/Data/Array/Nested/Mixed/Shape.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Array/Nested/Mixed/Shape.hs b/src/Data/Array/Nested/Mixed/Shape.hs
index 54e19e1..9869d03 100644
--- a/src/Data/Array/Nested/Mixed/Shape.hs
+++ b/src/Data/Array/Nested/Mixed/Shape.hs
@@ -649,7 +649,7 @@ shxFlatten = go (SNat @1)
-- | Very untyped: only length is checked (at runtime), index bounds are __not checked__.
-instance KnownShX sh => IsList (IxX sh i) where
+instance IsList (IxX sh i) where
type Item (IxX sh i) = i
fromList = IxX . IsList.fromList
toList = Foldable.toList