-
Notifications
You must be signed in to change notification settings - Fork 6
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
Apply eta reduction doesn't work #22
Comments
Apply hint: Use String works fine in this case. |
Hmm, honestly no idea on atm how to solve this. I can get the following output from HIE
|
Okay, testing in VSCode, applying hints/code actions seem to be broken at the moment :/ I take it this means that the problem lies with HIE itself. |
@Tehnix Doesn't this work for you:
Apply hint: Use String works fine in this case. It works on my machine with both VSCode and Atom. |
It seems it's working again, at least in VSCode. Btw, if you would like more debug information, you can set a custom executable for HIE in One I usually use for debuggin, is,
which enables --vomit on ghc-mod, and logs to As for what's causing it, I'm still not really sure. |
Having following code:
The following messages are printed from LSP debug:
The text was updated successfully, but these errors were encountered: