Haskell renvoie false si la liste vide

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