(defn two-forms [amap] (into {} (mapcat identity (for [x amap] [x [(symbol (name (first x))) (second x)]]))))
Comments top
No comments for two-forms. Log in to add a comment.