Raw constructor for honsed vl-vardeclassign-p structures.
Syntax:
(honsed-vl-vardeclassign id dims expr)
This is identical to vl-vardeclassign, except that we hons the structure we are creating.
This is an ordinary honsing constructor introduced by defaggregate.
Function:
(defun honsed-vl-vardeclassign (id dims expr) (declare (xargs :guard (and (stringp id) (vl-packeddimensionlist-p dims) (vl-maybe-expr-p expr)))) (mbe :logic (vl-vardeclassign id dims expr) :exec (hons id (hons dims expr))))