add nil case for all-transform

This commit is contained in:
Nathan Marz 2016-06-04 17:22:27 -04:00
parent a4857a9d57
commit 94d5d2021a

View file

@ -607,6 +607,11 @@
)) ))
(extend-protocol AllTransformProtocol (extend-protocol AllTransformProtocol
nil
(all-transform [structure next-fn]
nil
)
;; in cljs they're PersistentVector so don't need a special case ;; in cljs they're PersistentVector so don't need a special case
#+clj clojure.lang.MapEntry #+clj clojure.lang.MapEntry
#+clj #+clj