Add instance check for clojure.lang.Fn
This commit is contained in:
parent
5305260fd4
commit
bb4ef582d6
1 changed files with 1 additions and 0 deletions
|
|
@ -249,6 +249,7 @@
|
|||
:instance-checks [clojure.lang.Cons
|
||||
clojure.lang.Cycle
|
||||
clojure.lang.IObj
|
||||
clojure.lang.Fn ;; to distinguish fns from maps, etc.
|
||||
clojure.lang.IFn
|
||||
clojure.lang.IPending
|
||||
;; clojure.lang.IDeref
|
||||
|
|
|
|||
Loading…
Reference in a new issue