
10 Oct
2013
10 Oct
'13
1:12 p.m.
Is it hard to read? xs # map $ (+ 3) . snd Or do you prefer next? map ((+3).snd) xs Johan Tibell-2 wrote
I'm against this proposal. If we think normal function composition (with the order of the functions "reversed"), is harder to read, then having both flipped and normal functions application is even worse, as you now have to both and switch your mindset every time you come across code that does the opposite of the code you just read.
_______________________________________________ Libraries mailing list
Libraries@
-- View this message in context: http://haskell.1045720.n5.nabble.com/Flipped-function-application-tp5738131p... Sent from the Haskell - Libraries mailing list archive at Nabble.com.