mes: Support Nyacc 0.85.3: Add char-set-copy.
* mes/module/srfi/srfi-14.mes (char-set-copy): New function>
This commit is contained in:
parent
738c009456
commit
d7f5af4a61
|
@ -52,3 +52,6 @@
|
|||
|
||||
(define (char-whitespace? c)
|
||||
(char-set-contains? char-set:whitespace c))
|
||||
|
||||
(define (char-set-copy cs)
|
||||
(map identity cs))
|
||||
|
|
Loading…
Reference in a new issue