Title:
  Eliminating import in a simple case.
Goal: 
  Eliminate the selected import list.
Parameters:
  [{file,"test.erl"},{position,20}].
Documentation:
  The transformation eliminates the selected import list and qualifies
  the corresponding function applications. In this case there is only
  one function imported and it has only one application in the current
  module.