Known instances of a second-order function.
(sof-instances sofun wrld) → instmap
Function:
(defun sof-instances (sofun wrld) (declare (xargs :guard (and (plist-worldp wrld) (sofunp sofun wrld)))) (let ((__function__ 'sof-instances)) (declare (ignorable __function__)) (let ((table (table-alist 'sof-instances wrld) )) (cdr (assoc-eq sofun table)))))