static L bracketedTokensToTriples(LS tok) { ret map(bracketedTokenIndices(tok), i -> triple_moveBracketsToFringe(extractTokenToTriple(tok, i))); }