static L lispTruth1(S... heads) { new L out; for (Lisp l : lispTruthByHead(heads)) if (l.size() == 1) out.add(l); ret out; }