fix contract of 'read-language'

svn: r16446
This commit is contained in:
Matthew Flatt 2009-10-28 18:58:59 +00:00
parent 4ddbe71e2d
commit 06ce50d51a

View File

@ -107,7 +107,7 @@ See @secref["readtables"] for an extended example that uses
@defproc[(read-language [in input-port? (current-input-port)]
[fail-thunk (-> any) (lambda () (error ...))])
any]{
(any/c . -> . any)]{
Reads @scheme[in] in the same way as @scheme[read], but stopping as
soon as a @tech{reader language} (or its absence) is determined.