static S snlAllToText(L trees) { new L l; for (Lisp tree : trees) l.add(snlToText(tree)); ret joinLines(l); }