SCI now has memfn

This commit is contained in:
Michiel Borkent 2022-06-19 22:41:52 +02:00
parent 56d2c2b7d5
commit cc2c682e79
2 changed files with 1 additions and 2 deletions

2
sci

@ -1 +1 @@
Subproject commit f91e73a7fadef86dc32ac8a58e77a25550322f4c
Subproject commit ce01ada6177cb4b1abd1836534952e728aa0427f

View file

@ -195,7 +195,6 @@
'iteration (sci/copy-var iteration clojure-core-ns)
'abs (sci/copy-var abs clojure-core-ns)
'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-dup (sci/copy-var print-dup clojure-core-ns)}