Recognize lists of isomorphic mapping records.
(isodata-isomap-listp x) → std::bool
This is an ordinary std::deflist. It is
"strict" in that it requires
Function:
(defun isodata-isomap-listp (x) (declare (xargs :guard t)) (let ((__function__ 'isodata-isomap-listp)) (declare (ignorable __function__)) (if (consp x) (and (isodata-isomapp (car x)) (isodata-isomap-listp (cdr x))) (null x))))