(defmacro macroexpand-all* [form] (if walk-enabled? `(clojure.contrib.macro-utils/mexpand-all ~form) `(macroexpand ~form)))
Comments top
No comments for macroexpand-all*. Log in to add a comment.