An irrelevant function definition.
(irr-fundef) → acl2::irr
This can be used as a dummy value of the type.
Function:
(defun irr-fundef nil (declare (xargs :guard t)) (let ((__function__ 'irr-fundef)) (declare (ignorable __function__)) (make-fundef :tyspec (irr-tyspecseq) :declor (make-fun-declor-base :name (irr-ident) :params nil) :body nil)))
Theorem:
(defthm fundefp-of-irr-fundef (b* ((acl2::irr (irr-fundef))) (fundefp acl2::irr)) :rule-classes :rewrite)