utils.scrbl: Include the whole Typed Racket for the examples.

This commit is contained in:
Sergiu Ivanov 2022-02-03 16:00:20 +01:00
parent 403401f085
commit 4703bfcce8

View file

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