aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Array/Nested/Internal/Convert.hs
diff options
context:
space:
mode:
authorMikolaj Konarski <mikolaj.konarski@funktory.com>2025-05-14 11:39:52 +0200
committerMikolaj Konarski <mikolaj.konarski@funktory.com>2025-05-14 11:39:54 +0200
commit03626ae119438452551962359b5d445a4ddbc0b3 (patch)
treed7202bbaced3cc3e32c2c02b71ebd6e48d2dc5c1 /src/Data/Array/Nested/Internal/Convert.hs
parentffa8dacb1d7ea53438f784bf5f8b425b8cd48f46 (diff)
Add .stylish-haskell.yaml that matches Tom's preferences
to be automatically applied at buffer save or periodically applied with find -not -path '*/\.git/*' -name "*.hs" -type f| xargs stylish-haskell -i
Diffstat (limited to 'src/Data/Array/Nested/Internal/Convert.hs')
-rw-r--r--src/Data/Array/Nested/Internal/Convert.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Data/Array/Nested/Internal/Convert.hs b/src/Data/Array/Nested/Internal/Convert.hs
index 5d6cee4..4e0f17d 100644
--- a/src/Data/Array/Nested/Internal/Convert.hs
+++ b/src/Data/Array/Nested/Internal/Convert.hs
@@ -12,13 +12,13 @@ import Data.Proxy
import Data.Type.Equality
import Data.Array.Mixed.Lemmas
-import Data.Array.Nested.Mixed.Shape
import Data.Array.Mixed.Types
import Data.Array.Nested.Internal.Lemmas
import Data.Array.Nested.Internal.Mixed
import Data.Array.Nested.Internal.Ranked
-import Data.Array.Nested.Shaped.Shape
import Data.Array.Nested.Internal.Shaped
+import Data.Array.Nested.Mixed.Shape
+import Data.Array.Nested.Shaped.Shape
stoRanked :: Elt a => Shaped sh a -> Ranked (Rank sh) a