Raw constructor for honsed vl-idtoken-p structures.
Syntax:
(honsed-vl-idtoken etext name breakp)
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 breakp) (declare (xargs :guard (and (and (vl-echarlist-p etext) (consp etext)) (stringp name) (booleanp breakp)))) (mbe :logic (vl-idtoken etext name breakp) :exec (hons :vl-idtoken (hons etext (hons name breakp)))))