Closed
Description
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.