I really wish that Google was better at searching for syntax:
decades :: (RealFrac a) => a -> a -> [a] -> Array Int Int
decades a b = hist (0,9) . map decade
where decade x = floor ((x - a) * s)
s = 10 / (b - a)
Data.Vector.Unboxed.length). – KennyTM Mar 21 '10 at 9:59(a -> b) -> [a] -> [b]turns upmap) and function/operator names (so searching formapturns upmap, and searching for.turns up the Prelude function composition operator(.)). There's also Hayoo! (holumbus.fh-wedel.de/hayoo/hayoo.html), which has less of an emphasis on types but indexes more packages. – Antal S-Z Mar 21 '10 at 20:10