As I wrote in the PDF submitted to Onward!:
In the presented code the declaration of variable xResult implies a sequential composition, which is in general undesirable. (...)
Probably an alternative for this sequential composition would be appropriate, e.g., a
let ... in ...
construct as known from functional programming languages such as ML
As I wrote in the PDF submitted to Onward!:
In the presented code the declaration of variable xResult implies a sequential composition, which is in general undesirable. (...)
Probably an alternative for this sequential composition would be appropriate, e.g., a
let ... in ...construct as known from functional programming languages such as ML