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