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

renaming an infix operator includes the surrounding braces in placeholder #1190

Open
faldor20 opened this issue Sep 25, 2023 · 0 comments
Open

Comments

@faldor20
Copy link
Contributor

if you try to rename an infix operator:

let (^*$) a = a+1

let b= (^*$) 1  

the prefilled string will be (^*$). If you were to rename without making any change it would now be:

let ((^*$)) a = a+1

let b= ((^*$)) 1  
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

1 participant