We can make a very modest simplification in the definition of the unary function
transformers by using function composition in their definitions, rather than
writing out the "value level" arguments overtly: this saves a few parentheses,
but more importantly it stresses the "pipeline" of data flow and the way that
two inverse functions are composed on either side of the argument function.
Note especially that the arguments n
and i
disappear from
both sides of the defining equations: a common mistake is to remove them
from the right but forget to do so on the left.
|
|
ibn
and
nbi
since they require a different sort of composition (one which
composes unary functions with binary ones)