Which subcase of case 1 in the substitution algorithm must be considered first when performing the following substitution?
substExpression
First, determine whether case 1 applies or not based on the type of lambda expression that you are substituting into.
If case 1 is applicable, check whether the variable you are substituting for is equal to the lambda expression you are substituting into.
hint3