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