static Collection ai_gazelle_makeIWantToKnows(L l) { new LinkedHashSet out; for (LS s : nemptyLists((LL) collect remainingConditions(l))) out.add("I want to know whether " + first(s)); ret out; }