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