advice on minor cleanups?

Zubin Duggal zubin at well-typed.com
Mon Nov 8 18:59:43 UTC 2021


Looking at the code, it seems like it does return an actual `Linkable`
when we are in interpreted mode:

runHscBackendPhase pipe_env hsc_env mod_name src_flavour location result = do
     ...
         -> case backend dflags of
           Interpreter -> do
             ...
             return ([], final_iface, Just linkable, panic "interpreter")


More information about the ghc-devs mailing list