Title: Match expression created and variables renamed
Goal: Inline the `temp/3' function  in the body of the `f/2' function.
Parameters: [{file,"in15.erl"},{position,46}].
Documentation: The function `temp/3' gets a function expression as a parameter and two other parameters. The structure of the formal and actual parameters at the first and third positions are different, a match expression is created from these parameters. The other parameter is structurally equivalent, this is a variable with different names. The inline does not cause variable name conflict because the variables have been renamed for the corresponding name. Variable `I' is renamed to `A'.
