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