Identity function for
Signature:
In the logic, this simply sets:
nrev' := (list-fix nrev)
In both the pure and optimized implementations, this is a no-op that just
returns
This is a fast operation. It is generally useful to call
Function:
(defun nrev$a-fix (nrev$a) (declare (xargs :guard t)) (list-fix nrev$a))
Function:
(defun nrev$c-fix$inline (nrev$c) (declare (xargs :stobjs nrev$c)) nrev$c)