From a449a49c186a52978f7912a77552f06df2b3c549 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Thu, 10 Dec 2020 16:32:25 +0100 Subject: [PATCH] haskell: remove unused import --- common/AoC.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/AoC.hs b/common/AoC.hs index a954391..d039a14 100644 --- a/common/AoC.hs +++ b/common/AoC.hs @@ -7,7 +7,7 @@ module AoC where import Data.Function (on) -import Data.List (groupBy, intercalate) +import Data.List (groupBy) import Text.ParserCombinators.ReadP (.:) :: (c -> d) -> (a -> b -> c) -> a -> b -> d