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))
|
||||
(eval:alts (for/list ([f (in-directory)])
|
||||
f)
|
||||
(map string->path '("main.rkt"
|
||||
"compiled"
|
||||
(map string->path '("compiled"
|
||||
"compiled/main_rkt.dep"
|
||||
"compiled/main_rkt.zo")))
|
||||
"compiled/main_rkt.zo"
|
||||
"main.rkt")))
|
||||
(eval:alts (for/list ([f (in-directory "compiled")])
|
||||
f)
|
||||
(map string->path '("main_rkt.dep"
|
||||
|
|
Loading…
Reference in New Issue
Block a user