Help for this page
map :: (a -> b) -> [a] -> [b]
strlen :: String -> Integer strlen x = length x example = ["dog", "cat", "orange"]