You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HLS/ghcide use the suggestions in GHC error messages to generate code actions, so if GHC is suggesting this import but not suggesting the language extension that's probably a bug in GHC. Please check and consider opening an issue in the GHC bug tracker
Haskell language server correctly suggest the following change
to
Which compiles fine. But Haskell language server reports it as a parse error.
The text was updated successfully, but these errors were encountered: