sS ai_mergePunctuation(S a, S b) { if (eq(a, b)) ret a; ret simpleSpaces(a + b); }