diff --git a/render.rkt b/render.rkt index 59326e9..90bb952 100644 --- a/render.rkt +++ b/render.rkt @@ -233,12 +233,18 @@ (current-eval-namespace-cache (cons cache-ns (cons module-name cached-modules))))) (define initial-modules-to-cache '(xml + racket/bool + racket/class + racket/contract + racket/draw + racket/file + racket/format + racket/function racket/port - racket/file racket/rerequire - racket/contract racket/list racket/match + racket/string racket/syntax pollen/cache pollen/debug