Answers for "how to return empty list haskell"

2

haskell empty list

ls = []
Posted by: Guest on April-06-2021
0

haskell return false if list empty

null :: Foldable f => f a -> Bool
null :: [a] -> Bool
Posted by: Guest on April-17-2020

Browse Popular Code Answers by Language