
26 Jul
2010
26 Jul
'10
4:42 p.m.
On 26.07.2010 08:33, David Virebayre wrote:
listeEtagTot = concatMap (`listeEtagArm` cfgTypesTringle) listeArmOrd
listeEtagTot = concatMap (listeEtagArm `flip` cfgTypesTringle)
You can use flip as a "wildcard" aswell: listeArmOrd Makes it even more readable in my opinion, since this really "shows" you where the value belongs to.