So far \useModule will complain (and abort) if the corresponding library isn't loaded already. But I think this is completely unnecessary. When it finds that the library hasn't been loaded yet it could silently call \loadLibrary instead. I don't see anything that speaks against this.
So far
\useModule
will complain (and abort) if the corresponding library isn't loaded already. But I think this is completely unnecessary. When it finds that the library hasn't been loaded yet it could silently call\loadLibrary
instead. I don't see anything that speaks against this.