Title: Name clash with an imported function in a module that imports one of the function to be renamed
Goal: Rename functions with name f to `reverse' in `export.erl'.
Parameters: [{module,export},{funname,f},{name,reverse}].
Documentation: The tool denies the transformation, because a function (f/1)
 would be imported in `import', so it would clash with `lists:reverse/1', which
 is also imported there.
