Remove `eval/require' and many of its one-time uses.
(Cuts the rendering time for unstable by around 50%.) original commit: 3f9bc25c5c89da89b56e7ec88796b87f90e122bf
This commit is contained in:
parent
d3f24529fe
commit
68f1142e40
|
@ -1,16 +1,11 @@
|
||||||
#lang scribble/manual
|
#lang scribble/manual
|
||||||
@(require scribble/eval
|
@(require scribble/eval "utils.rkt"
|
||||||
"utils.rkt"
|
(for-label unstable/find racket/contract racket/shared racket/base))
|
||||||
(for-label unstable/find
|
|
||||||
racket/contract
|
|
||||||
racket/shared
|
|
||||||
racket/base))
|
|
||||||
|
|
||||||
@title[#:tag "find"]{Find}
|
|
||||||
|
|
||||||
@(define the-eval (make-base-eval))
|
@(define the-eval (make-base-eval))
|
||||||
@(the-eval '(require unstable/find))
|
@(the-eval '(require unstable/find racket/shared))
|
||||||
@(the-eval '(require racket/shared))
|
|
||||||
|
@title[#:tag "find"]{Find}
|
||||||
|
|
||||||
@defmodule[unstable/find]
|
@defmodule[unstable/find]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user