diff options
| author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2026-04-09 22:24:45 +0200 |
|---|---|---|
| committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2026-04-09 22:24:45 +0200 |
| commit | 091d8e3cc4f150ea1eb48953db18f4a352c5179a (patch) | |
| tree | 2e089d655c3e0536a1a7411bed7a2629b4312959 /src/Data/Array/Nested/Mixed/Shape.hs | |
| parent | bcf3bcf63626e75af9ab316d988e146f9a60c81d (diff) | |
Remove ListS
Diffstat (limited to 'src/Data/Array/Nested/Mixed/Shape.hs')
| -rw-r--r-- | src/Data/Array/Nested/Mixed/Shape.hs | 2 |
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 |
