Abstract language API
svn: r6316
This commit is contained in:
parent
1384dd72c3
commit
58f6de8c6b
6
collects/web-server/prototype-web-server/lang-api.ss
Normal file
6
collects/web-server/prototype-web-server/lang-api.ss
Normal file
|
@ -0,0 +1,6 @@
|
|||
(module lang-api mzscheme
|
||||
(require "private/abort-resume.ss"
|
||||
"private/persistent-web-interaction.ss")
|
||||
(provide (all-from "private/abort-resume.ss")
|
||||
(all-from-except mzscheme #%module-begin)
|
||||
(all-from "private/persistent-web-interaction.ss")))
|
|
@ -7,12 +7,9 @@
|
|||
"lang/anormal.ss"
|
||||
"lang/elim-callcc.ss"
|
||||
"lang/defun.ss")
|
||||
(require "private/abort-resume.ss"
|
||||
"private/persistent-web-interaction.ss")
|
||||
(require "lang-api.ss")
|
||||
(provide (rename lang-module-begin #%module-begin))
|
||||
(provide (all-from "private/abort-resume.ss")
|
||||
(all-from-except mzscheme #%module-begin)
|
||||
(all-from "private/persistent-web-interaction.ss"))
|
||||
(provide (all-from "lang-api.ss"))
|
||||
|
||||
(define-syntax lang-module-begin
|
||||
(make-lang-module-begin
|
||||
|
|
Loading…
Reference in New Issue
Block a user