fix contract guide example
This commit is contained in:
parent
4d94ef91cf
commit
ba55c935d7
|
@ -602,7 +602,7 @@ glance, this appears to suggest a contract that assigns a
|
|||
@italic{variable-arity} to @racket[proc]:
|
||||
@racketblock[
|
||||
(->* ()
|
||||
(listof any/c)
|
||||
#:rest (listof any/c)
|
||||
(or/c number? false/c))
|
||||
]
|
||||
This contract, however, says that the function must accept @emph{any}
|
||||
|
|
Loading…
Reference in New Issue
Block a user