Hacker News new | ask | show | jobs
by hcarvalhoalves 3649 days ago
You probably need `compose(foo, partial(map, fn), bar)`.
1 comments

Yeah, you do this or use curried version:

    pytoolz.curried.map(fn)