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:
parent
1013d78415
commit
28ba6a1919
|
@ -7,9 +7,10 @@
|
||||||
;; provide a `text' alias and an `include' alias
|
;; provide a `text' alias and an `include' alias
|
||||||
(rename-out [begin/text text] [include/text include])
|
(rename-out [begin/text text] [include/text include])
|
||||||
;; main functionality
|
;; 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))
|
scribble/text scribble/text/syntax-utils (for-syntax racket/base))
|
||||||
|
|
||||||
(define-syntax (top stx)
|
(define-syntax (top stx)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user