rename StructureValsPathComposer to PathComposer

This commit is contained in:
Nathan Marz 2015-09-10 00:03:29 -04:00
parent f800a510dd
commit d1a5b66c71

View file

@ -9,7 +9,7 @@
[clojure.string :as s])
)
(defprotocol StructureValsPathComposer
(defprotocol PathComposer
(comp-paths* [paths]))
#?(
@ -232,7 +232,7 @@
(transformer structure (fn [structure] (next-fn vals structure))))
))))
(extend-protocol StructureValsPathComposer
(extend-protocol PathComposer
nil
(comp-paths* [sp]
(coerce-path sp))