RefactoringTools / HaRe

The Haskell Refactoring Tool
http://www.cs.kent.ac.uk/projects/refactor-fp/
Other
139 stars 32 forks source link

The GenApplicative refactoring does not use its FUNNAME parameter #55

Closed alanz closed 7 years ago

alanz commented 7 years ago

This is unnecessary, and should be deleted.

cc @SAdams601

alanz commented 7 years ago

While you are at it, https://github.com/RefactoringTools/HaRe/blob/master/src/Language/Haskell/Refact/Refactoring/GenApplicative.hs#L43 and the next line look like they should be wrapped in a case statement with error report on failure.

alanz commented 7 years ago

PS, I am working it into haskell-ide-engine at the moment

SAdams601 commented 7 years ago

See pull request: https://github.com/RefactoringTools/HaRe/pull/56

alanz commented 7 years ago

Closed via https://github.com/RefactoringTools/HaRe/pull/56