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