reference: fix sorting in in-directory
example
This commit is contained in:
parent
0f910e391c
commit
181d08ad9a
|
@ -539,10 +539,10 @@ each element in the sequence.
|
||||||
(void))
|
(void))
|
||||||
(eval:alts (for/list ([f (in-directory)])
|
(eval:alts (for/list ([f (in-directory)])
|
||||||
f)
|
f)
|
||||||
(map string->path '("main.rkt"
|
(map string->path '("compiled"
|
||||||
"compiled"
|
|
||||||
"compiled/main_rkt.dep"
|
"compiled/main_rkt.dep"
|
||||||
"compiled/main_rkt.zo")))
|
"compiled/main_rkt.zo"
|
||||||
|
"main.rkt")))
|
||||||
(eval:alts (for/list ([f (in-directory "compiled")])
|
(eval:alts (for/list ([f (in-directory "compiled")])
|
||||||
f)
|
f)
|
||||||
(map string->path '("main_rkt.dep"
|
(map string->path '("main_rkt.dep"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user