Skip to main content

All Questions

15 votes
4 answers
2k views

Why do we use functional composition in the order we do?

Function composition means, roughly, taking the output of a function and applying it to the input of another function. If we define an object C to represent this operation, we could say $C(f,g) = f∘g$ ...
David Lalo's user avatar