(defun t6 (tuple) "x -> x ; y -> ayA" (cons (car tuple) (pinch (concatenate 'string "a" (cdr tuple) "A"))))