[Haskell-cafe] Is 'flip' really necessary?

Daniel Fischer daniel.is.fischer at web.de
Mon Jul 26 17:36:35 EDT 2010


On Monday 26 July 2010 23:25:27, Max Rabkin wrote:
>
> It took me a fair while (I'm talking on the order of half a minute) to
> figure out what that meant, but it's pretty cool.

Yeah, really neat.

> Maybe a different
> name would be better? How about (??) or "it"?
>
> > listeEtagTot = concatMap (listeEtagArm ?? cfgTypesTringle) listeArmOrd
> > listeEtagTot = concatMap (listeEtagArm `it` cfgTypesTringle)
> > listeArmOrd

I think (??) is far better.
Additionally, it doesn't run into problems with ghci's magical `it'.

>
> --Max


More information about the Haskell-Cafe mailing list