Y
Hacker News
new
|
ask
|
show
|
jobs
by
hcarvalhoalves
3649 days ago
You probably need `compose(foo, partial(map, fn), bar)`.
1 comments
hcrisp
3649 days ago
Yeah, you do this or use curried version:
pytoolz.curried.map(fn)
link