static S lisp2label(Lisp l) { ret l.isLeaf() ? l.head : clUnparse(l); }