Skip to content

Commit 8c15e7d

Browse files
committed
stylish-haskell cleanups
1 parent 18de235 commit 8c15e7d

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

test/benchmark.hs

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,16 @@
3636
4.532ns per iteration / 220663.09 per second.
3737
-}
3838

39-
{-# LANGUAGE CPP #-}
40-
{-# LANGUAGE ScopedTypeVariables #-}
39+
{-# LANGUAGE CPP, ScopedTypeVariables #-}
4140
#if __GLASGOW_HASKELL__ >= 708
4241

43-
import Data.Graph.Inductive.Graph
44-
import qualified Data.Graph.Inductive.Tree as AVL
42+
import Control.DeepSeq
43+
import Data.Foldable (foldl')
44+
import Data.Graph.Inductive.Graph
4545
import qualified Data.Graph.Inductive.PatriciaTree as Patricia
46-
import Microbench
47-
import Data.Foldable (foldl')
48-
import Control.DeepSeq
49-
import Data.Proxy
46+
import qualified Data.Graph.Inductive.Tree as AVL
47+
import Data.Proxy
48+
import Microbench
5049

5150
main :: IO ()
5251
main = do microbench "insNode into AVL tree" insNodeAVL

0 commit comments

Comments
 (0)