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