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
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__)) (getpropc fn 'constraint-lst nil wrld)))