Y
Hacker News
new
|
ask
|
show
|
jobs
by
erik_seaberg
1516 days ago
f(g()) does work if g returns multiple values and f takes that many args, but f(g(), h()) always requires that g and h each return a single value.