utils.scrbl: Require the entire typed/racket for the evaluator.
This commit is contained in:
parent
de80275a47
commit
b3408a7bfe
1 changed files with 1 additions and 1 deletions
|
@ -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]{
|
||||
|
|
Loading…
Reference in a new issue