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