Answers for "how to return empty list if input is. emprty listhaskell"

0

haskell return false if list empty

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

Code answers related to "how to return empty list if input is. emprty listhaskell"

Browse Popular Code Answers by Language