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.