Public Vars

Back

macroexpand (clj)

(source)

function

(macroexpand form)
Repeatedly calls macroexpand-1 on form until it no longer represents a macro form, then returns it. Note neither macroexpand-1 nor macroexpand expand macros in subforms.

Examples