sS roundBracket(S s) { ret "(" + s + ")"; } sS roundBracket(O s) { ret roundBracket(str(s)); }