From b3408a7bfeb4ceb7fcec6690257ae325f8167700 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Wed, 23 Dec 2020 13:51:58 +0100 Subject: [PATCH] utils.scrbl: Require the entire typed/racket for the evaluator. --- scribblings/utils.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribblings/utils.scrbl b/scribblings/utils.scrbl index fcb036e..95ef2c6 100644 --- a/scribblings/utils.scrbl +++ b/scribblings/utils.scrbl @@ -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]{