Recognizer for maybe-proof-obligation structures.
(maybe-proof-obligationp x) → *
Function:
(defun maybe-proof-obligationp (x) (declare (xargs :guard t)) (let ((__function__ 'maybe-proof-obligationp)) (declare (ignorable __function__)) (cond ((not x) (b* nil t)) (t (b* ((fty::val x)) (proof-obligationp fty::val))))))