static S renderConcepts(Collection l) { ret fromLines(map(l, func(Concept c) { renderConcept(c) })); }