Modify the
In the execution this is an array write, but the logical definition is just a thin wrapper for update-nth:
Function:
(defun update-lits$ai (stobjs::i stobjs::v litarr$a) (declare (xargs :guard (and (litarr$ap litarr$a) (integerp stobjs::i) (<= 0 stobjs::i) (< stobjs::i (lits$a-length litarr$a)) (litp stobjs::v) (stobjs::typep$ stobjs::v (unsigned-byte 32))))) (ec-call (update-nth stobjs::i (satlink::lit-fix$inline stobjs::v) litarr$a)))