remove sfi links from the Reference

In consultation with Ryan. We'd prefer to have versions of all
useful things in a `racket/...' library that is consistent as
possible with Racket forms and conventions.
This commit is contained in:
Matthew Flatt 2012-05-12 10:26:10 -06:00
parent 906180ebe8
commit 84d1c6dc06
3 changed files with 0 additions and 6 deletions

View File

@ -1028,8 +1028,6 @@ the result of @racket[proc]. Signals an error on an empty list.
(range 10 15 1.5)
]}
You can find additional list functions in @racketmodname[srfi/1].
@close-eval[list-eval]

View File

@ -432,6 +432,5 @@ true, otherwise they get normalized too.
(string-normalize-spaces " foo bar baz \r\n\t")
]}
You can find additional string functions in @racketmodname[srfi/13].
@close-eval[string-eval]

View File

@ -220,6 +220,3 @@ calculations.}
Converts a Julian number (Scalinger's off-by-one version) into a
string.}
You can find additional date and time functions in
@racketmodname[srfi/19].