Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 41 incorrect renaming #44

Merged
merged 10 commits into from
Nov 1, 2016

Conversation

alanz
Copy link
Collaborator

@alanz alanz commented Nov 1, 2016

Closest #41

It will report a name clash for renaming x to g in each of the following

f x = let g = 'g' in x

f1 x = do
  let g = 'g'
  return x

f2 x = x
  where
    g = 'g'

f3 x = y
  where
    g = f 'g'
    y = f2 x

@alanz alanz merged commit 4264c61 into RefactoringTools:master Nov 1, 2016
@alanz alanz deleted the issue-41-incorrect-renaming branch June 13, 2017 08:01
@alanz alanz restored the issue-41-incorrect-renaming branch July 22, 2017 11:00
@alanz alanz deleted the issue-41-incorrect-renaming branch July 22, 2017 11:10
robrix referenced this pull request in robrix/HaRe Aug 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant