static S ai_renderMatch(L l) { ret join(" & ", map(l, func(PairS p) -> S { quote(p.a) + "=" + quote(p.b) })); }