Raw constructor for honsed vl-vardeclassign-p structures.
Syntax:
(honsed-vl-vardeclassign id dims rhs)
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 rhs) (declare (xargs :guard (and (stringp id) (vl-dimensionlist-p dims) (vl-maybe-rhs-p rhs)))) (mbe :logic (vl-vardeclassign id dims rhs) :exec (hons id (hons dims rhs))))