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