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