Is it possible to have ghci (or cabal repl) load only the imports of a module?
If I load a module (from source) that contains some error, then the ghci session has the scope of the last module that was loaded successfully (?).
But to debug the current module, I want to be in its scope (i.e., have all its imports available).