Fix guide section 7.8.3
Closes PR 13035
This commit is contained in:
parent
99d63d1f08
commit
65611c0ebb
|
@ -99,7 +99,7 @@ Instead, use
|
|||
(promise/c
|
||||
(or/c
|
||||
null?
|
||||
(cons/c 1 (recursive-contract stream/c)))))
|
||||
(cons/c number? (recursive-contract stream/c)))))
|
||||
]
|
||||
|
||||
The use of @racket[recursive-contract] delays the evaluation of the
|
||||
|
|
Loading…
Reference in New Issue
Block a user