An irrelevant structure declaration.
(irr-struct-declon) → acl2::irr
This can be used as a dummy value of the type.
Function:
(defun irr-struct-declon nil (declare (xargs :guard t)) (make-struct-declon-empty))
Theorem:
(defthm struct-declonp-of-irr-struct-declon (b* ((acl2::irr (irr-struct-declon))) (struct-declonp acl2::irr)) :rule-classes :rewrite)