Irrelevant general outputs for transformation functions.
(irr-gout) → acl2::irr
This can be used as a dummy value of the type.
Function:
(defun irr-gout nil (declare (xargs :guard t)) (let ((__function__ 'irr-gout)) (declare (ignorable __function__)) (make-gout :events nil :thm-index 1 :thm-name nil :vartys nil)))
Theorem:
(defthm goutp-of-irr-gout (b* ((acl2::irr (irr-gout))) (goutp acl2::irr)) :rule-classes :rewrite)