add nil case for all-transform
This commit is contained in:
parent
a4857a9d57
commit
94d5d2021a
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue