-
-
Notifications
You must be signed in to change notification settings - Fork 392
the syntax highlighting of a field name used as a function and a field used with -XOverloadedRecordDot
should look the same
#4501
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
Comments
Should be related to how hie present the node. I'll take a look. |
For
The related HieAst node does not show information about
But for typechecked source, the FieldLabelString is there. likely it does not convert to the node in hieast
|
To fix this, we need to modify the hieast generation in ghc. More specifically at ghc source code. ================ update =========== After looking into the ghc code, I think it might not be easy. The main problem is the ".foo" remains to be just For Possible solutions:
|
Is your enhancement request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
n/a
Additional context
The text was updated successfully, but these errors were encountered: