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