Implementation of the unused argument removal optimisation. This optimisation removes unused formal parameters from function definitions and removes corresponding actual arguments from applications of these functions.
Implementation of the unused argument removal optimisation. This optimisation removes unused formal parameters from function definitions and removes corresponding actual arguments from applications of these functions.