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