I have a code histogram, which shows the number of all characters in String.
histogram
histogram :: String -> [(Char, Int)] histogram = foldr help [] wh