Skip to content
This repository was archived by the owner on Jun 25, 2022. It is now read-only.

Commit 6fd7ebf

Browse files
committed
Remove unused imports
1 parent ad75417 commit 6fd7ebf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sort.hs

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{-# LANGUAGE TupleSections #-}
22

33
import Control.Arrow (Arrow ((***)))
4-
import Control.Exception ()
54
import Control.Monad (unless)
65
import Data.Char (toLower)
7-
import Data.Function ()
86
import Data.List (isPrefixOf)
97
import Data.Map (Map)
108
import qualified Data.Map as M

0 commit comments

Comments
 (0)