mes: Nyacc support: substring/copy, substring/shared.
* module/srfi/srfi-13.mes (substring/copy, substring/shared): Define to substring.
This commit is contained in:
parent
85b5422c35
commit
572b45f4cd
|
@ -87,3 +87,6 @@
|
|||
(loop (cdr lst) (1- i)))))))
|
||||
|
||||
(define reverse-list->string (compose list->string reverse))
|
||||
|
||||
(define substring/copy substring)
|
||||
(define substring/shared substring)
|
||||
|
|
Loading…
Reference in a new issue