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
I want to discuss few things about interactive haskell mode.
First, would it make sense to load opened file in REPL immediately when opening very first file in project, that is, if there is no session for visited file yet invoke haskell-process-load-file. Currently, doc-mode shows only keyword hints when no process session is available; also REPL completions is not available until there is no session.