Title: Function application in a clause with one clause and with more expression in its body
Goal: Inline the `tuple_sort/1' function in the body of the `sort_and_tuple/2' function.
Parameters: [{file,"in6.erl"},{position,75}].
Documentation: The function application is in the body of the function `sort_and_tuple/2' and has more expressions in its body. There is no variable name conflict between the function body and the function application scope. There is no need to rename variables. Applying the inline is allowed, the function application is replaced with the sequence of expressions from the body of the function definition.
