Add compatibility with algo.monad (#1151)

This commit is contained in:
Michiel Borkent 2022-01-23 11:09:52 +01:00 committed by GitHub
parent f8def7d797
commit 8a15a82f44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

2
sci

@ -1 +1 @@
Subproject commit c5189a75f81dd14f89212a198163a2dbc3cd4245
Subproject commit aa1270b69ea763f95f9442e8b17e8208611111d2

View file

@ -92,7 +92,9 @@
clojure.lang.RT
{:methods [{:name "aget"}
{:name "aset"}
{:name "aclone"}]}})
{:name "aclone"}]}
clojure.lang.Compiler
{:fields [{:name "specials"}]}})
(def custom-map
(cond->
@ -391,6 +393,7 @@
;; visible in the native image.
:instance-checks [clojure.lang.AMapEntry ;; for proxy
clojure.lang.APersistentMap ;; for proxy
clojure.lang.APersistentSet
clojure.lang.AReference
clojure.lang.Associative
clojure.lang.Atom