// f must return a list static L concatMap(O f, Iterable l) { ret concatLists(map(f, l)); }