Add racket/list' and racket/string' to the web language, adjust

existing requires.

(It's supposed to be a convenient language...)

original commit: ed5033159a6a526d717aa2c1396c351e0f1da5e3
This commit is contained in:
Eli Barzilay 2010-10-26 07:13:53 -04:00
parent 1013d78415
commit 28ba6a1919

View File

@ -7,9 +7,10 @@
;; provide a `text' alias and an `include' alias
(rename-out [begin/text text] [include/text include])
;; main functionality
(all-from-out "xml.rkt" "html.rkt" "resource.rkt"))
(all-from-out "xml.rkt" "html.rkt" "resource.rkt"
racket/list racket/string))
(require "xml.rkt" "html.rkt" "resource.rkt"
(require "xml.rkt" "html.rkt" "resource.rkt" racket/list racket/string
scribble/text scribble/text/syntax-utils (for-syntax racket/base))
(define-syntax (top stx)