Generate the list of variables
(defmapping-gen-var-b1...bm beta$ wrld) → b1...bm
We use the formal parameters of the conversion
Function:
(defun defmapping-gen-var-b1...bm (beta$ wrld) (declare (xargs :guard (and (pseudo-termfnp beta$) (plist-worldp wrld)))) (let ((__function__ 'defmapping-gen-var-b1...bm)) (declare (ignorable __function__)) (cond ((symbolp beta$) (formals beta$ wrld)) (t (lambda-formals beta$)))))