static Lisp lispSingleChildOrFull(Lisp l) { ret l != null && l.size() == 1 ? l.get(0) : l; }