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
When inspecting an HscEnv variable hsc_env in the variables pane I see hsc_unit_env :: FilePath -> IO Fingerprint; but that's very wrong!? It should be of type UnitEnv and we should be able to expand and inspect it.
When inspecting an
HscEnvvariablehsc_envin the variables pane I seehsc_unit_env :: FilePath -> IO Fingerprint; but that's very wrong!? It should be of typeUnitEnvand we should be able to expand and inspect it.