Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit e340bdd

Browse files
committed
Merge pull request #25 from tfausak/patch-1
Remove unused imports
2 parents 9bc374f + d835ecd commit e340bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Set.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module Data.Set
2323
import Prelude
2424

2525
import Data.Foldable (Foldable, foldMap, foldl, foldr)
26-
import Data.List (List(..))
26+
import Data.List (List())
2727
import Data.Monoid (Monoid)
2828
import Data.Tuple (fst)
2929
import qualified Data.Map as M

0 commit comments

Comments
 (0)