An irrelevant type specifier sequence.
(irr-tyspecseq) → acl2::irr
This can be used as a dummy value of the type.
Function:
(defun irr-tyspecseq nil (declare (xargs :guard t)) (let ((__function__ 'irr-tyspecseq)) (declare (ignorable __function__)) (tyspecseq-void)))
Theorem:
(defthm tyspecseqp-of-irr-tyspecseq (b* ((acl2::irr (irr-tyspecseq))) (tyspecseqp acl2::irr)) :rule-classes :rewrite)