static LS joinAll(Iterable> l) { ret map(x -> join(x), l); }