Points
There are two basic styles for expressing functions, the pointwise style and the point-free style. In the pointwise style we describe a function by describing its application to arguments. … In the point-free style we describe a function exclusively in terms of functional composition. …we want to illustrate … how a point-free style leads to a very simple method for reasoning about functions.