(defmacro transform-content [& body] `(let [f# (transformation ~@body)] (fn [elt#] (assoc elt# :content (flatmap f# (:content elt#))))))
Comments top
No comments for transform-content. Log in to add a comment.