Add compatibility with algo.monad (#1151)
This commit is contained in:
parent
f8def7d797
commit
8a15a82f44
2 changed files with 5 additions and 2 deletions
2
sci
2
sci
|
|
@ -1 +1 @@
|
||||||
Subproject commit c5189a75f81dd14f89212a198163a2dbc3cd4245
|
Subproject commit aa1270b69ea763f95f9442e8b17e8208611111d2
|
||||||
|
|
@ -92,7 +92,9 @@
|
||||||
clojure.lang.RT
|
clojure.lang.RT
|
||||||
{:methods [{:name "aget"}
|
{:methods [{:name "aget"}
|
||||||
{:name "aset"}
|
{:name "aset"}
|
||||||
{:name "aclone"}]}})
|
{:name "aclone"}]}
|
||||||
|
clojure.lang.Compiler
|
||||||
|
{:fields [{:name "specials"}]}})
|
||||||
|
|
||||||
(def custom-map
|
(def custom-map
|
||||||
(cond->
|
(cond->
|
||||||
|
|
@ -391,6 +393,7 @@
|
||||||
;; visible in the native image.
|
;; visible in the native image.
|
||||||
:instance-checks [clojure.lang.AMapEntry ;; for proxy
|
:instance-checks [clojure.lang.AMapEntry ;; for proxy
|
||||||
clojure.lang.APersistentMap ;; for proxy
|
clojure.lang.APersistentMap ;; for proxy
|
||||||
|
clojure.lang.APersistentSet
|
||||||
clojure.lang.AReference
|
clojure.lang.AReference
|
||||||
clojure.lang.Associative
|
clojure.lang.Associative
|
||||||
clojure.lang.Atom
|
clojure.lang.Atom
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue