Generate the variable
(defarbrec-gen-var-l fn$ x1...xn$ k) → l
This is used in one of the generated local lemmas
about the measure function.
This variable must be distinct from the formal parameters of
Function:
(defun defarbrec-gen-var-l (fn$ x1...xn$ k) (declare (xargs :guard (and (symbolp fn$) (symbol-listp x1...xn$) (symbolp k)))) (let ((__function__ 'defarbrec-gen-var-l)) (declare (ignorable __function__)) (genvar fn$ "L" nil (cons k x1...xn$))))