Lane’s Blog

Roguestar, Haskell, and Fun

Archive for June, 2007

Little Things that Bother Me in Haskell

without comments

(++) is basically `mappend`.

(.) is basically `fmap`.

Others?

I’m told that (++) originally was `mappend`, but it was specialized to avoid confusing the newbies. I’m not going to waste bytes arguing with consensus formed before I knew the language existed, but I disagree.

Written by Lane

June 28th, 2007 at 9:55 pm

Posted in Haskell