Module /fusion/experimental/defines
Exported Bindings
(defpub name value)
Defines and provides a binding for ID to the VALUE.
(defpub (name arg ...) body ...+)
Defines and provides a procedure named ID with the BODY.
(defpub_j id fqcn)
Defines and provides a binding for ID, using java_new and the given
fully-qualified class name string FQCN.
(defpub_j_syntax id fqcn)
Defines and provides a transformer binding for ID, using java_new and the
given fully-qualified class name string FQCN.
(defpub_syntax name value)
Defines and provides a transformer binding for ID to the VALUE (which must generally be a transform procedure).