1 2 3 4 5 6 7 8 9 10
-- !!! Checking that both import lists and 'hiding' lists might -- !!! be empty. module ShouldCompile where import Data.Tuple () import Data.Tuple hiding () x :: Int x = 1