Print-dup

This commit is contained in:
Michiel Borkent 2022-05-15 21:44:08 +02:00
parent 6cf1a3ff6a
commit 861066082f
2 changed files with 3 additions and 2 deletions

2
sci

@ -1 +1 @@
Subproject commit 1bc5201effdbd72269deebcfbbb6016e6a1e5df7
Subproject commit aee2e432fc7bb3a49b5c96914553cea51f6f5c37

View file

@ -196,5 +196,6 @@
'StackTraceElement->vec (sci/copy-var StackTraceElement->vec clojure-core-ns)
'memfn (sci/copy-var memfn clojure-core-ns)
'into-array (sci/copy-var into-array clojure-core-ns)
'print-method (sci/copy-var print-method clojure-core-ns)}
'print-method (sci/copy-var print-method clojure-core-ns)
'print-dup (sci/copy-var print-dup clojure-core-ns)}
)