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