Skip to content

Commit 543e8a5

Browse files
committed
Remove redundant imports
1 parent d117f3e commit 543e8a5

File tree

1 file changed

+1
-2
lines changed
  • containers-tests/benchmarks

1 file changed

+1
-2
lines changed

containers-tests/benchmarks/Map.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module Main where
55
import Control.Applicative (Const(Const, getConst), pure)
66
import Control.DeepSeq (rnf)
77
import Control.Exception (evaluate)
8-
import Test.Tasty.Bench (bench, defaultMain, whnf, nf, bcompare)
8+
import Test.Tasty.Bench (bench, defaultMain, whnf, nf)
99
import Data.Functor.Identity (Identity(..))
1010
import Data.List (foldl')
1111
import qualified Data.Map as M
@@ -15,7 +15,6 @@ import Data.Maybe (fromMaybe)
1515
import Data.Functor ((<$))
1616
import Data.Coerce
1717
import Prelude hiding (lookup)
18-
import Utils.Containers.Internal.StrictPair
1918

2019
main = do
2120
let m = M.fromAscList elems :: M.Map Int Int

0 commit comments

Comments
 (0)