static L> unwrapContainerTags(L> l) { ret map(l, func(L tok) { dropFirstAndLast(2, tok) }); }