qload_module/1

qload_module(+ M)*

Restores a previously save image of module M. This built-in searches for a file M.qly or M according to the rules for qly files.

The q_load_module//11 built-in tries to reload any modules it imports from and any foreign files that had been loaded with the original module. It tries first reloading from qly images, but if they are not available it tries reconsulting the source file.