static ConceptL unlistedConceptL(L l) { ConceptL cl = unlisted(ConceptL); cl.addAll(l); ret cl; }