j
k
j a
j l
2009/08/04 Michael P Mossey :
fmap (fmap (*2)) xs
Not exactly what you asked for: fmap (*2) `fmap` xs Operator sections -- the `(*2)` -- require parens. Using backticks helps you clean up parenthesis. -- Jason Dusek
Back to the thread
Back to the list