Y
Hacker News
new
|
ask
|
show
|
jobs
by
siknad
1265 days ago
> that can accept any number of functions
So, `(a -> b) -> (b -> c) -> (c -> d) -> ... -> a -> z`.
1 comments
yakshaving_jgt
1265 days ago
Ah, right. In that case I suppose you'd want some kind of fold.
link