static LS getJoinedTokenRangesWithoutN(LS tok, L l) { ret map(l, r -> joinSubList(tok, incIfEven(r.start), decIfOdd(r.end))); }