static bool web_hasLabel(WebNode node, S text) { ret web_hasLabelIC(node, text); } static bool web_hasLabel(Pair p, S text) { ret web_hasLabelIC(p, text); } // test relation static bool web_hasLabel(WebNode a, WebNode b, S text) { ret web_hasLabelIC(a, b, text); }