utils.scrbl: Require the entire typed/racket for the evaluator.

This commit is contained in:
Sergiu Ivanov 2020-12-23 13:51:58 +01:00
parent de80275a47
commit b3408a7bfe
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ the package: evaluating sexps, manipulating lists,
(parameterize ([sandbox-output 'string]
[sandbox-error-output 'string]
[sandbox-memory-limit 50])
(make-evaluator 'typed/racket/base #:requires '("utils.rkt"))))
(make-evaluator 'typed/racket #:requires '("utils.rkt"))))
@section{Base Types}
@defidform[Variable]{