Fix indentation of *exports*
This commit is contained in:
parent
14a791f37b
commit
1e793e696a
@ -302,9 +302,9 @@
|
|||||||
(_numeric_check n)
|
(_numeric_check n)
|
||||||
(= n 0))
|
(= n 0))
|
||||||
|
|
||||||
(def *exports* '[calling-module-name coll? cycle dec distinct disassemble
|
(def *exports* '[calling-module-name coll? cycle dec distinct
|
||||||
drop drop-while empty? even? filter flatten float? gensym
|
disassemble drop drop-while empty? even? filter flatten
|
||||||
inc instance? integer integer? iterable? iterate
|
float? gensym inc instance? integer integer? iterable?
|
||||||
iterator? macroexpand macroexpand-1 neg? nil? none?
|
iterate iterator? macroexpand macroexpand-1 neg? nil?
|
||||||
nth numeric? odd? pos? remove repeat repeatedly second
|
none? nth numeric? odd? pos? remove repeat repeatedly
|
||||||
string string? take take-nth take-while zero?])
|
second string string? take take-nth take-while zero?])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user