Title: Exported function used by more modules
Goal: accept
Parameters: [{file,"morefile.erl"},{funlist,[{mapp,2}]},{name,"morefilet"}].
Documentation: The moved function is used in more modules and can be referred to by a qualified name, too. If the function is moved to the target module, its qualification has to be deleted, and the qualification has to be transcribed to the name of the target module elsewhere. In its new place, the function has to be put in an export list, and has to be removed from the export list in its previous place. The transformation does not disobey rules and can be executed.
