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