parent
27e7fe6aff
commit
f65a314430
|
@ -1139,7 +1139,7 @@
|
|||
; ((< i start) ans))))
|
||||
|
||||
(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