diff options
author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-05-14 11:39:52 +0200 |
---|---|---|
committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-05-14 11:39:54 +0200 |
commit | 03626ae119438452551962359b5d445a4ddbc0b3 (patch) | |
tree | d7202bbaced3cc3e32c2c02b71ebd6e48d2dc5c1 /src/Data/Array/Nested/Internal/Mixed.hs | |
parent | ffa8dacb1d7ea53438f784bf5f8b425b8cd48f46 (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/Mixed.hs')
-rw-r--r-- | src/Data/Array/Nested/Internal/Mixed.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Array/Nested/Internal/Mixed.hs b/src/Data/Array/Nested/Internal/Mixed.hs index b76aa50..a979d6c 100644 --- a/src/Data/Array/Nested/Internal/Mixed.hs +++ b/src/Data/Array/Nested/Internal/Mixed.hs @@ -45,10 +45,10 @@ import Unsafe.Coerce (unsafeCoerce) import Data.Array.Mixed.Internal.Arith import Data.Array.Mixed.Lemmas import Data.Array.Mixed.Permutation -import Data.Array.Nested.Mixed.Shape import Data.Array.Mixed.Types import Data.Array.Mixed.XArray (XArray(..)) import Data.Array.Mixed.XArray qualified as X +import Data.Array.Nested.Mixed.Shape import Data.Bag |