static ItIt ai_applyGroupingInfixes(S s) { ret mapI(ai_findInfixPhrases(s, ai_defaultGroupingInfixes()), func(T3 t) -> S { t.a + curlyOpt(t.b) + t.c }); }