rename StructureValsPathComposer to PathComposer
This commit is contained in:
parent
f800a510dd
commit
d1a5b66c71
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
[clojure.string :as s])
|
[clojure.string :as s])
|
||||||
)
|
)
|
||||||
|
|
||||||
(defprotocol StructureValsPathComposer
|
(defprotocol PathComposer
|
||||||
(comp-paths* [paths]))
|
(comp-paths* [paths]))
|
||||||
|
|
||||||
#?(
|
#?(
|
||||||
|
|
@ -232,7 +232,7 @@
|
||||||
(transformer structure (fn [structure] (next-fn vals structure))))
|
(transformer structure (fn [structure] (next-fn vals structure))))
|
||||||
))))
|
))))
|
||||||
|
|
||||||
(extend-protocol StructureValsPathComposer
|
(extend-protocol PathComposer
|
||||||
nil
|
nil
|
||||||
(comp-paths* [sp]
|
(comp-paths* [sp]
|
||||||
(coerce-path sp))
|
(coerce-path sp))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue