(free-list-of-fast-alists x) → *
Function:
(defun free-list-of-fast-alists (x) (declare (xargs :guard t)) (let ((__function__ 'free-list-of-fast-alists)) (declare (ignorable __function__)) (mbe :logic nil :exec (if (atom x) nil (prog2$ (fast-alist-free (car x)) (free-list-of-fast-alists (cdr x)))))))