Get the call field from a defobject-info.
(defobject-info->call x) → call
This is an ordinary field accessor created by fty::defprod.
Function:
(defun defobject-info->call$inline (x) (declare (xargs :guard (defobject-infop x))) (declare (xargs :guard t)) (let ((__function__ 'defobject-info->call)) (declare (ignorable __function__)) (mbe :logic (b* ((x (and t x))) (acl2::pseudo-event-form-fix (cdr (std::da-nth 6 x)))) :exec (cdr (std::da-nth 6 x)))))
Theorem:
(defthm pseudo-event-formp-of-defobject-info->call (b* ((call (defobject-info->call$inline x))) (pseudo-event-formp call)) :rule-classes :rewrite)
Theorem:
(defthm defobject-info->call$inline-of-defobject-info-fix-x (equal (defobject-info->call$inline (defobject-info-fix x)) (defobject-info->call$inline x)))
Theorem:
(defthm defobject-info->call$inline-defobject-info-equiv-congruence-on-x (implies (defobject-info-equiv x x-equiv) (equal (defobject-info->call$inline x) (defobject-info->call$inline x-equiv))) :rule-classes :congruence)