aboutsummaryrefslogtreecommitdiff
path: root/bench/Main.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 /bench/Main.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 'bench/Main.hs')
-rw-r--r--bench/Main.hs2
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