haskell: remove unused import

This commit is contained in:
Xiretza 2020-12-10 16:32:25 +01:00
parent 8da62b93a5
commit a449a49c18
Signed by: xiretza
GPG Key ID: 17B78226F7139993
1 changed files with 1 additions and 1 deletions

View File

@ -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