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 :extension nil :spec nil :declor (irr-declor) :asm? nil :attribs nil :decls nil :body (irr-stmt))))
Theorem:
(defthm fundefp-of-irr-fundef (b* ((acl2::irr (irr-fundef))) (fundefp acl2::irr)) :rule-classes :rewrite)