The Functional Style - Part 5
Higher-order functions I: Function composition and the Monad pattern. What is a higher-order function? In the previous article we saw several examples of functions as first-class citizens and some of the kinds of uses they can be put to. Just to recap, a function is a first-class citizen when it is a...