static Lisp web_nodeByHead(Web web, S head) { for (WebNode node : web.nodes) for (Lisp lbl : node.labels) if (lbl.is(head)) ret lbl; null; }