Retrieve the name of the witness of a function introduced via defun-sk.
(defun-sk-witness fn wrld) → witness
For a function introduced via defun-sk,
the name of the witness is the old
Function:
(defun defun-sk-witness (fn wrld) (declare (xargs :guard (and (plist-worldp wrld) (defun-sk-namep fn wrld)))) (let ((__function__ 'defun-sk-witness)) (declare (ignorable __function__)) (pre-v8-7-getpropc-constraint-lst-nil fn wrld)))