(aig-restrict-alists x sigma) substitutes into a list of AIG Alists.
(aig-restrict-alists x sigma) → aig-alists
Function:
(defun aig-restrict-alists (x sigma) (declare (xargs :guard t)) (let ((__function__ 'aig-restrict-alists)) (declare (ignorable __function__)) (if (atom x) nil (cons (aig-restrict-alist (car x) sigma) (aig-restrict-alists (cdr x) sigma)))))