Recognize the ACL2 function symbols that model Java primitive array operations.
(atj-jprimarr-fn-p fn) → yes/no
Function:
(defun atj-jprimarr-fn-p (fn) (declare (xargs :guard t)) (let ((__function__ 'atj-jprimarr-fn-p)) (declare (ignorable __function__)) (and (member-eq fn *atj-jprimarr-fns*) t)))
Theorem:
(defthm booleanp-of-atj-jprimarr-fn-p (b* ((yes/no (atj-jprimarr-fn-p fn))) (booleanp yes/no)) :rule-classes :rewrite)