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