Hacker News new | ask | show | jobs
by Bromskloss 3649 days ago
Looks interesting. How do you tell map what function to use?
1 comments

You probably need `compose(foo, partial(map, fn), bar)`.
Yeah, you do this or use curried version:

    pytoolz.curried.map(fn)