Make length a good consumer
[ghc-base.git] / GHC / List.lhs
index 705fdc9..60fc90b 100644 (file)
@@ -38,7 +38,7 @@ module GHC.List (
  ) where
 
 import {-# SOURCE #-} GHC.Err ( error )
-import Data.Tuple
+import Data.Tuple()    -- Instances
 import Data.Maybe
 import GHC.Base