Function variables that a second-order function depends on.
(sofun-funvars sofun wrld) → funvars
Function:
(defun sofun-funvars (sofun wrld) (declare (xargs :guard (and (plist-worldp wrld) (sofunp sofun wrld)))) (let ((__function__ 'sofun-funvars)) (declare (ignorable __function__)) (let ((table (table-alist 'second-order-functions wrld) )) (cdr (assoc-eq sofun table)))))