This function is used to create an attachable environment containing only the module<U+2019>s operators, as these would otherwise not be readily usable.
export_operators(environment, parent, module_name)
the module environment
the parent environment of the calling code, to determine how to chain the environments properly
the name of the module
A new environment containing the operators of the module.