static O dm_moduleWithName(S name) { for (O m : dm_listModules()) if (eqic(dm_moduleName(m), name)) ret m; null; }