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)