Haskell devuelve falso si la lista vacía

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