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