parent
e323eb9cb7
commit
ac9810b803
|
@ -1139,7 +1139,7 @@
|
||||||
; ((< i start) ans))))
|
; ((< i start) ans))))
|
||||||
|
|
||||||
(define (string->list s . maybe-start+end)
|
(define (string->list s . maybe-start+end)
|
||||||
(apply string-fold-right s cons '() maybe-start+end))
|
(apply string-fold-right cons '() s maybe-start+end))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue