fix contract of 'read-language'
svn: r16446
This commit is contained in:
parent
4ddbe71e2d
commit
06ce50d51a
|
@ -107,7 +107,7 @@ See @secref["readtables"] for an extended example that uses
|
||||||
|
|
||||||
@defproc[(read-language [in input-port? (current-input-port)]
|
@defproc[(read-language [in input-port? (current-input-port)]
|
||||||
[fail-thunk (-> any) (lambda () (error ...))])
|
[fail-thunk (-> any) (lambda () (error ...))])
|
||||||
any]{
|
(any/c . -> . any)]{
|
||||||
|
|
||||||
Reads @scheme[in] in the same way as @scheme[read], but stopping as
|
Reads @scheme[in] in the same way as @scheme[read], but stopping as
|
||||||
soon as a @tech{reader language} (or its absence) is determined.
|
soon as a @tech{reader language} (or its absence) is determined.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user