Remove profile export.
This commit is contained in:
parent
2e4b77267e
commit
1a6b484ccb
@ -356,7 +356,7 @@
|
|||||||
(map (functools.partial (fn [f args] (apply f args)) func) (apply zip lists))))
|
(map (functools.partial (fn [f args] (apply f args)) func) (apply zip lists))))
|
||||||
|
|
||||||
(def *exports* '[butlast calling-module-name coll? cons cons? cycle dec
|
(def *exports* '[butlast calling-module-name coll? cons cons? cycle dec
|
||||||
distinct disassemble profile drop drop-while empty?
|
distinct disassemble drop drop-while empty?
|
||||||
even? every? first filter flatten float? gensym
|
even? every? first filter flatten float? gensym
|
||||||
identity inc instance? integer integer? integer-char?
|
identity inc instance? integer integer? integer-char?
|
||||||
iterable? iterate iterator? list* macroexpand
|
iterable? iterate iterator? list* macroexpand
|
||||||
|
Loading…
Reference in New Issue
Block a user