Improve qualification of main in expressions
Without this fix, with the input show main
, the REPL will produce main = show main
instead of main = show (ModName.main)
.
Without this fix, with the input show main
, the REPL will produce main = show main
instead of main = show (ModName.main)
.