Non-executable status of a named function.
(non-executablep fn wrld) → status
See non-executablep+ for an enhanced variant of this utility.
Function:
(defun non-executablep (fn wrld) (declare (xargs :guard (and (symbolp fn) (plist-worldp wrld)))) (let ((__function__ 'non-executablep)) (declare (ignorable __function__)) (getpropc fn 'non-executablep nil wrld)))