Add Seqable instance check
This commit is contained in:
parent
1381f3e563
commit
76aa7f8f9b
2 changed files with 3 additions and 1 deletions
2
sci
2
sci
|
|
@ -1 +1 @@
|
|||
Subproject commit f1b35e0a0de4335fd0a6af2cea10bfa04919161e
|
||||
Subproject commit cc9574f46ba163276a629b18006c42c197e9a0f1
|
||||
|
|
@ -252,6 +252,7 @@
|
|||
clojure.lang.IMapEntry
|
||||
clojure.lang.IPersistentMap
|
||||
clojure.lang.IPersistentSet
|
||||
clojure.lang.PersistentSet
|
||||
clojure.lang.IPersistentVector
|
||||
clojure.lang.IRecord
|
||||
clojure.lang.IRef
|
||||
|
|
@ -263,6 +264,7 @@
|
|||
clojure.lang.Repeat
|
||||
clojure.lang.Symbol
|
||||
clojure.lang.Sequential
|
||||
clojure.lang.Seqable
|
||||
java.util.List]
|
||||
:custom ~custom-map})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue