re-add ability to compose via vectors with a more efficient implementation

This commit is contained in:
Nathan Marz 2015-05-10 20:00:13 -04:00
parent c47650993d
commit def5656e40

View file

@ -75,6 +75,10 @@
(coerce-path [this] (coerce-path [this]
this) this)
java.util.List
(coerce-path [this]
(comp-paths* this))
Object Object
(coerce-path [this] (coerce-path [this]
(cond (obj-extends? StructurePath this) (coerce-structure-path this) (cond (obj-extends? StructurePath this) (coerce-structure-path this)