Skip to content

Improve qualification of main in expressions

Kai Prott requested to merge main_qual into master

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

Merge request reports