haskell mengembalikan false jika daftar kosong

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