Title: Moving a function with identical name but different arity
Goal: accept
Parameters: [{file,"arity.erl"},{funlist,[{foreach_,2}]},{name,"arityt"}].
Documentation: In the target module there is function which has identical name with the moved function but has a different arity. The transformation is poosibe, because there is no name confict in this case. The name of the two functions is identical, their function is similar, but they are two different functions. The moved function is in an export list in the source module, it has to be deleted there, and placed to the export list in the target module. The transformation can be executed.
