Title: Match expression created and variables renamed
Goal: Inline the `temp/3' function  in the body of the `f/2' function.
Parameters: [{file,"in13.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 position is different, a match expression is created from this parameters. The other two parameters are structurally equivalent, these are variables with different names. The inline does not cause variable name conflict because the variables have been renamed for the corresponding name. Variable `B' is renamed to `A' and variable `C' is renamed to `B'.
