Warning: session_start(): open(/var/lib/php/sessions/sess_klbijbqf7chb8o5h8upnst82ln, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
// p = pair("", "word")
sbool parsing_checkMatchPairUsingMechList(Pair p) {
if (!isAngleBracketed(p.a)) false;
Set lists = ai_mechListNamesForAngleBracketCategory(p.a);
//print(+listName);
for (S listName : lists) {
Set entries = mechSetCI(listName);
//print("Found " + n2(entries, "entry", "entries") + " for " + listName);
if (contains(entries, p.b)) true;
}
false;
}