1 2 3 4
{-# OPTIONS -fwarn-unused-imports #-} -- !!! test unused import warning import Data.List main = return () :: IO ()