fix mzlib/string exports
svn: r16405 original commit: 1a8539f647a35c8f1763d78691850d1c41bac1ae
This commit is contained in:
parent
dfab129cf3
commit
1430191e51
|
@ -6,8 +6,17 @@
|
||||||
read-from-string
|
read-from-string
|
||||||
read-from-string-all
|
read-from-string-all
|
||||||
expr->string
|
expr->string
|
||||||
(except-out (all-from-out scheme/base) regexp-try-match)
|
|
||||||
|
real->decimal-string
|
||||||
|
regexp-quote
|
||||||
|
regexp-replace-quote
|
||||||
|
regexp-match*
|
||||||
|
regexp-match-positions*
|
||||||
|
regexp-match-peek-positions*
|
||||||
|
regexp-split
|
||||||
|
regexp-match-exact?
|
||||||
(rename-out [regexp-try-match regexp-match/fail-without-reading])
|
(rename-out [regexp-try-match regexp-match/fail-without-reading])
|
||||||
|
|
||||||
glob->regexp)
|
glob->regexp)
|
||||||
|
|
||||||
(define ((make-string-do! translate who) s)
|
(define ((make-string-do! translate who) s)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user