Fix guide section 7.8.3

Closes PR 13035
This commit is contained in:
Asumu Takikawa 2012-08-16 15:59:47 -04:00
parent 99d63d1f08
commit 65611c0ebb

View File

@ -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