From def5656e407bf509c94cc03a00561acb480cd032 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Sun, 10 May 2015 20:00:13 -0400 Subject: [PATCH] re-add ability to compose via vectors with a more efficient implementation --- src/clj/com/rpl/specter/impl.clj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/clj/com/rpl/specter/impl.clj b/src/clj/com/rpl/specter/impl.clj index 900c3be..7fcffde 100644 --- a/src/clj/com/rpl/specter/impl.clj +++ b/src/clj/com/rpl/specter/impl.clj @@ -75,6 +75,10 @@ (coerce-path [this] this) + java.util.List + (coerce-path [this] + (comp-paths* this)) + Object (coerce-path [this] (cond (obj-extends? StructurePath this) (coerce-structure-path this)