IEx.Helpers.l

You're seeing just the function l, go back to IEx.Helpers module for more information.

Loads the given module's BEAM code (and ensures any previous old version was properly purged before).

This function is useful when you know the bytecode for module has been updated in the file system and you want to tell the VM to load it.