Add PrintWriter-on

This commit is contained in:
Michiel Borkent 2022-09-06 19:38:32 +02:00
parent 1197f4feec
commit 2400fc7be0

View file

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