diff options
| author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-12-03 23:22:00 +0100 |
|---|---|---|
| committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-12-03 23:22:00 +0100 |
| commit | 5861b76be90ffd8967bc2e45322241069270d8b1 (patch) | |
| tree | 730cf54fe6afcee48a2944b5afb01eff90094332 /src/Data/Array/Nested/Shaped | |
| parent | 13a0ad5e2938218dd97c8db49b3da6c5bdd5a5db (diff) | |
SPEC magicSPEC-magic
Diffstat (limited to 'src/Data/Array/Nested/Shaped')
| -rw-r--r-- | src/Data/Array/Nested/Shaped/Shape.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Array/Nested/Shaped/Shape.hs b/src/Data/Array/Nested/Shaped/Shape.hs index 0d90e91..0f43126 100644 --- a/src/Data/Array/Nested/Shaped/Shape.hs +++ b/src/Data/Array/Nested/Shaped/Shape.hs @@ -38,7 +38,7 @@ import Data.Kind (Constraint, Type) import Data.Monoid (Sum(..)) import Data.Proxy import Data.Type.Equality -import GHC.Exts (Int(..), Int#, quotRemInt#, withDict, build) +import GHC.Exts (Int(..), Int#, build, quotRemInt#, withDict) import GHC.Generics (Generic) import GHC.IsList (IsList) import GHC.IsList qualified as IsList |
