Classify
(parteval-case-of-old old$ static$ wrld) → case
Function:
(defun parteval-case-of-old (old$ static$ wrld) (declare (xargs :guard (and (symbolp old$) (symbol-alistp static$) (plist-worldp wrld)))) (let ((__function__ 'parteval-case-of-old)) (declare (ignorable __function__)) (b* (((when (not (irecursivep old$ wrld))) 1) ((when (member-eq old$ (all-ffn-symbs (termination-theorem old$ wrld) nil))) 3) ((when (parteval-unchanging-static-in-rec-calls-p (recursive-calls old$ wrld) old$ (strip-cars static$) wrld)) 2)) 3)))