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