haskell zwraca false, jeśli lista jest pusta

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