Generate the variable
(tailrec-gen-id-var-u old$ wrld) → u
This must be distinct from the formals of the old function.
Function:
(defun tailrec-gen-id-var-u (old$ wrld) (declare (xargs :guard (and (symbolp old$) (plist-worldp wrld)))) (let ((__function__ 'tailrec-gen-id-var-u)) (declare (ignorable __function__)) (genvar old$ "U" nil (formals old$ wrld))))