(defn dot-replace [form] (if (coll? form) (tree-map #(if (= % '.) 'dot %) coll? expand-and-quote (expand-and-quote form)) form))
Comments top
No comments for dot-replace. Log in to add a comment.