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