Hacker News new | ask | show | jobs
by anyfoo 1289 days ago
Does that not have to be

    mean = liftA2 (/) sum (fromIntegral . length)

?