Title: Moving functions with cross reference
Goal: accept
Parameters: [{file,"relation.erl"},{funlist,[{inc,1},{square,1}]},{name,"relationt"}].
Documentation: The target module contains a call for the two moved functions, therefore after moving them the qualified calls have to be changed to normal calls and the two functions have to be removed from the export list of the original module. The functions were in export, so they have to be placed to export in their new places, too. The transformation can be executed.
