Maybe something like `export ModuleName = (operator(SYMBOL));' would do?
That's one thing. But how to tell between the overloaded variants? Always export all of them at once? Repeating the whole routine header in the export clause wouldn't seem too nice to me ...
*headsmack* Umm... Yeah. :P I forgot about those.
Let me know when you've solved this problem; in the meantime, I'll be content with sticking operator overloads in a unit. ;b