sS ai_mergeWhitespace(S space1, S space2) { if (eq(a, " ") && eq(b, " ")) ret a; else ret a + b; }