Remove some unnecessary Data.Tuple imports
[ghc-base.git] / Data / Either.hs
index dbed24b..cb71eaa 100644 (file)
@@ -21,8 +21,6 @@ module Data.Either (
    partitionEithers, -- :: [Either a b] -> ([a],[b])
  ) where
 
-import Data.Tuple ()
-
 #ifdef __GLASGOW_HASKELL__
 import GHC.Base
 import GHC.Show