Remove some unnecessary Data.Tuple imports
authorIan Lynagh <igloo@earth.li>
Mon, 4 Aug 2008 15:59:56 +0000 (15:59 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 4 Aug 2008 15:59:56 +0000 (15:59 +0000)
Data/Either.hs
GHC/List.lhs

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
index d311dac..be2de96 100644 (file)
@@ -38,7 +38,6 @@ module GHC.List (
 
  ) where
 
-import Data.Tuple()     -- Instances
 import Data.Maybe
 import GHC.Base