sS ai_describeList(Cl l, O... _) { S s = "a list with " + nEntries(l); if (boolPar details(_)) s += " " + ai_describeCollectionElements(l); ret s; }