sci bump, memfn

This commit is contained in:
Michiel Borkent 2021-12-09 13:05:45 +01:00
parent 5d324dd201
commit b32b7d7de9
2 changed files with 3 additions and 2 deletions

2
sci

@ -1 +1 @@
Subproject commit 662071df00f3ce793b16a897cf4ba393fef48b92 Subproject commit b5ccfc3ae4c4fdc01d781114d2b01f5286f206ef

View file

@ -201,5 +201,6 @@
'random-uuid (sci/copy-var random-uuid clojure-core-ns) 'random-uuid (sci/copy-var random-uuid clojure-core-ns)
'NaN? (sci/copy-var NaN? clojure-core-ns) 'NaN? (sci/copy-var NaN? clojure-core-ns)
'infinite? (sci/copy-var infinite? clojure-core-ns) 'infinite? (sci/copy-var infinite? clojure-core-ns)
'StackTraceElement->vec (sci/copy-var StackTraceElement->vec clojure-core-ns)} 'StackTraceElement->vec (sci/copy-var StackTraceElement->vec clojure-core-ns)
'memfn (sci/copy-var memfn clojure-core-ns)}
) )