static T3S triple_moveBracketsToFringe(T3S t) { if (!isRoundOrCurlyBracketed_simple(t.b)) ret t; ret t3(t.a + first(t.b), dropFirstAndLast(t.b), last(t.b) + t.c); }