Raw constructor for honsed vl-sysidtoken-p structures.
Syntax:
(honsed-vl-sysidtoken etext name)
This is identical to vl-sysidtoken, except that we hons the structure we are creating.
This is an ordinary honsing constructor introduced by defaggregate.
Function:
(defun honsed-vl-sysidtoken (etext name) (declare (xargs :guard (and (and (vl-echarlist-p etext) (consp etext) (true-listp etext)) (stringp name)))) (mbe :logic (vl-sysidtoken etext name) :exec (hons :vl-sysidtoken (hons etext name))))