static O unstructureInRealm(S s, fO realm) { O classFinder = func(S name) { _getClass(realm, "main$" + name) }; ret unstructure(s, false, classFinder); }