An irrelevant static assertion declaration.
(irr-statassert) → acl2::irr
This can be used as a dummy value of the type.
Function:
(defun irr-statassert nil (declare (xargs :guard t)) (let ((__function__ 'irr-statassert)) (declare (ignorable __function__)) (make-statassert :test (irr-const-expr) :message (list (irr-stringlit)))))
Theorem:
(defthm statassertp-of-irr-statassert (b* ((acl2::irr (irr-statassert))) (statassertp acl2::irr)) :rule-classes :rewrite)