Haskell вернуть false, если список пуст

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