Recognizer for struct-init-list-result structures.
(struct-init-list-resultp acl2::x) → *
Function:
(defun struct-init-list-resultp (acl2::x) (declare (xargs :guard t)) (let ((__function__ 'struct-init-list-resultp)) (declare (ignorable __function__)) (cond ((struct-init-listp acl2::x) (b* ((get acl2::x)) (struct-init-listp get))) (t (b* ((get acl2::x)) (reserrp get))))))