Refactoring API

svn: r11793
This commit is contained in:
Jay McCarthy 2008-09-17 15:34:16 +00:00
parent 130be7b597
commit 432a1424ef
2 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,11 @@
#lang scheme
(require web-server/formlets/formlets
(require web-server/formlets/syntax
web-server/formlets/input
web-server/formlets/servlet)
web-server/formlets/servlet
web-server/formlets/lib)
(provide (all-from-out web-server/formlets/servlet)
(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)

View File

@ -48,7 +48,4 @@
(cross (pure (match-lambda [#,(cross-of #'q) e]))
#,(circ-of #'q)))]))
(provide formlet
formlet/c
formlet-display
formlet-process)
(provide formlet)