Changes between Version 3 and Version 4 of RefactoringSteps/DuplicateCodeElimination


Ignore:
Timestamp:
Mar 11, 2015, 10:54:09 AM (9 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RefactoringSteps/DuplicateCodeElimination

    v3 v4  
    4545 
    4646new_fun(NewVar1, NewVar2, NewVar3) -> 
    47     case NewVar1 of 
     47   case NewVar1 of 
    4848      NewVar2 -> io:format("~p~n",[NewVar1]); 
    4949      _       -> io:format(NewVar3)