utils.scrbl: Include the whole Typed Racket for the examples.
This commit is contained in:
parent
403401f085
commit
4703bfcce8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ has reached a fixed point.
|
||||||
(parameterize ([sandbox-output 'string]
|
(parameterize ([sandbox-output 'string]
|
||||||
[sandbox-error-output 'string]
|
[sandbox-error-output 'string]
|
||||||
[sandbox-memory-limit 50])
|
[sandbox-memory-limit 50])
|
||||||
(make-evaluator 'typed/racket/base #:requires '((submod "utils.rkt" typed)))))
|
(make-evaluator 'typed/racket #:requires '((submod "utils.rkt" typed)))))
|
||||||
|
|
||||||
@section{Base types}
|
@section{Base types}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue