An irrelevant validation information for integer constants.
(irr-iconst-info) → acl2::irr
This can be used as a dummy value of the type.
Function:
(defun irr-iconst-info nil (declare (xargs :guard t)) (let ((__function__ 'irr-iconst-info)) (declare (ignorable __function__)) (make-iconst-info :type (irr-type) :value 0)))
Theorem:
(defthm iconst-infop-of-irr-iconst-info (b* ((acl2::irr (irr-iconst-info))) (iconst-infop acl2::irr)) :rule-classes :rewrite)