static L listInConcept(Concept c, L l) { ret new ListInConcept(l, c); } static L listInConcept(Concept c) { ret new ListInConcept(new L, c); }