Recognizer for fundef-option structures.
(fundef-optionp x) → *
Function:
(defun fundef-optionp (x) (declare (xargs :guard t)) (let ((__function__ 'fundef-optionp)) (declare (ignorable __function__)) (cond ((not x) (b* nil t)) (t (b* ((fty::val x)) (fundefp fty::val))))))