Help for this page

Select Code to Download


  1. or download this
    map :: (a -> b) -> [a] -> [b]
    
  2. or download this
    strlen :: String -> Integer
    strlen x = length x
    
    example = ["dog", "cat", "orange"]