(defun t4 (tuple) "x -> x ; y -> yx" (cons (car tuple) (pinch (concatenate 'string (cdr tuple) (car tuple)))))