Refactoring API
svn: r11793
This commit is contained in:
parent
130be7b597
commit
432a1424ef
|
@ -1,7 +1,11 @@
|
||||||
#lang scheme
|
#lang scheme
|
||||||
(require web-server/formlets/formlets
|
(require web-server/formlets/syntax
|
||||||
web-server/formlets/input
|
web-server/formlets/input
|
||||||
web-server/formlets/servlet)
|
web-server/formlets/servlet
|
||||||
|
web-server/formlets/lib)
|
||||||
(provide (all-from-out web-server/formlets/servlet)
|
(provide (all-from-out web-server/formlets/servlet)
|
||||||
(all-from-out web-server/formlets/input)
|
(all-from-out web-server/formlets/input)
|
||||||
(all-from-out web-server/formlets/formlets))
|
(all-from-out web-server/formlets/syntax)
|
||||||
|
formlet/c
|
||||||
|
formlet-display
|
||||||
|
formlet-process)
|
|
@ -48,7 +48,4 @@
|
||||||
(cross (pure (match-lambda [#,(cross-of #'q) e]))
|
(cross (pure (match-lambda [#,(cross-of #'q) e]))
|
||||||
#,(circ-of #'q)))]))
|
#,(circ-of #'q)))]))
|
||||||
|
|
||||||
(provide formlet
|
(provide formlet)
|
||||||
formlet/c
|
|
||||||
formlet-display
|
|
||||||
formlet-process)
|
|
Loading…
Reference in New Issue
Block a user