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

Ah, right. In that case I suppose you'd want some kind of fold.