Basic constructor macro for asgop-asg-mul structures.
(make-asgop-asg-mul )
This is the usual way to construct asgop-asg-mul structures. It simply conses together a structure with the specified fields.
This macro generates a new asgop-asg-mul structure from scratch. See also change-asgop-asg-mul, which can "change" an existing structure, instead.
This is an ordinary
Macro:
(defmacro make-asgop-asg-mul (&rest args) (std::make-aggregate 'asgop-asg-mul args 'nil 'make-asgop-asg-mul nil))
Function:
(defun asgop-asg-mul nil (declare (xargs :guard t)) (let ((__function__ 'asgop-asg-mul)) (declare (ignorable __function__)) (cons :asg-mul (list))))