Scope-resultp
Recognizer for scope-result structures.
- Signature
(scope-resultp acl2::x) → *
Definitions and Theorems
Function: scope-resultp
(defun scope-resultp (acl2::x)
(declare (xargs :guard t))
(cond ((scopep acl2::x)
(b* ((get acl2::x)) (scopep get)))
(t (b* ((get acl2::x)) (errorp get)))))