RefactoringTools / HaRe

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

Cannot rename qualification #47

Open alanz opened 7 years ago

alanz commented 7 years ago

Renaming fails when trying to change LL to L in the following snippet

import Data.List as LL

foo = 'a' LL.: ['b']