(prefixes-debug x) → *
Function:
(defun prefixes-debug$inline (x) (declare (xargs :guard (prefixes-p x))) (b* (((prefixes x))) (cons (cons 'num x.num) (cons (cons 'lck x.lck) (cons (cons 'rep x.rep) (cons (cons 'seg x.seg) (cons (cons 'opr x.opr) (cons (cons 'adr x.adr) (cons (cons 'nxt x.nxt) nil)))))))))