static S ai_renderNodesList(L l) { if (empty(l)) ret "-"; ret joinWithComma(map web_text(l)); }