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 /bench/Main.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 'bench/Main.hs')
-rw-r--r-- | bench/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/Main.hs b/bench/Main.hs index 5901d8b..276a38a 100644 --- a/bench/Main.hs +++ b/bench/Main.hs @@ -17,7 +17,7 @@ import Text.Show (showListWith) import Data.Array.Mixed.XArray (XArray(..)) import Data.Array.Nested -import Data.Array.Nested.Internal.Mixed (Mixed (M_Primitive), mliftPrim, mliftPrim2, toPrimitive) +import Data.Array.Nested.Internal.Mixed (Mixed(M_Primitive), mliftPrim, mliftPrim2, toPrimitive) import Data.Array.Nested.Internal.Ranked (liftRanked1, liftRanked2) import Data.Array.Strided.Arith.Internal qualified as Arith |