Functional Composition
In Functional Programming Revised we compose using functions much like we compose using objects.
We can do Functional Composition
where we can compose function usinfg other functions. And as a result, we can build upon an abstraction of functionals to build into more complex functions easily.