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

Not renaming variables inside parens #755

Open
matiasmorant opened this issue Apr 22, 2019 · 3 comments
Open

Not renaming variables inside parens #755

matiasmorant opened this issue Apr 22, 2019 · 3 comments

Comments

@matiasmorant
Copy link

matiasmorant commented Apr 22, 2019

x => (x) compiles to x_34 => (x) rather than x_34 => (x_34). On the other hand, x => x compiles correctly to x_34 => x_34

@vrunhofen
Copy link

why are variable names renamed in the first place? Is there a way to disable this behavior?

@vendethiel
Copy link

For Hygiene.

@vrunhofen
Copy link

vrunhofen commented May 12, 2023 via email

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

No branches or pull requests

3 participants