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