1 2 3 4 5 6 7
{-# OPTIONS_GHC -Wunused-imports #-} module B ( module A ) where import A import Data.List