Haskell retorna false se lista vazia

null :: Foldable f => f a -> Bool
null :: [a] -> Bool
tcotts