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
What happens is that it suggests lookup, whereas the IntMap module was imported as a qualified, meaning that it has to be IM.lookup. It works correctly in the raw GHC output, but not in GHCIDE itself.
The text was updated successfully, but these errors were encountered:
Hi, thanks for report this with a live demo included!
I think that bug was reported in #750 so i am gonna close this one, mentioned video in the original one.
Feel free to reopen if that is not the case.
Here's the part of my stream where this happened live:
https://youtu.be/lfrk0wyZHvg?t=2311
(don't forget to like and subscribe /s)
What happens is that it suggests
lookup
, whereas theIntMap
module was imported as a qualified, meaning that it has to beIM.lookup
. It works correctly in the raw GHC output, but not in GHCIDE itself.The text was updated successfully, but these errors were encountered: