Haskell gibt falsch zurück, wenn die Liste leer ist

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