static Set webs_findNodeAndRelationB(L webs, S label, S rel) { ret asTreeSet(map(f web_textB, webs_findNodeAndRelation(webs, label, rel))); }