(defmacro transformation ([] `identity) ([form] form) ([form & forms] `(fn [node#] (at node# ~form ~@forms))))
Comments top
No comments for transformation. Log in to add a comment.