spec
svn: r13356
This commit is contained in:
parent
19c09e45bd
commit
7ea19b6850
|
@ -36,12 +36,12 @@
|
||||||
|
|
||||||
(define make-servlet-namespace/c
|
(define make-servlet-namespace/c
|
||||||
(->* ()
|
(->* ()
|
||||||
(#:additional-specs (listof module-path?))
|
(#:additional-specs (listof (or/c resolved-module-path? module-path?)))
|
||||||
namespace?))
|
namespace?))
|
||||||
|
|
||||||
(provide/contract
|
(provide/contract
|
||||||
[make-servlet-namespace/c contract?]
|
[make-servlet-namespace/c contract?]
|
||||||
[make-make-servlet-namespace
|
[make-make-servlet-namespace
|
||||||
(->* ()
|
(->* ()
|
||||||
(#:to-be-copied-module-specs (listof module-path?))
|
(#:to-be-copied-module-specs (listof (or/c resolved-module-path? module-path?)))
|
||||||
make-servlet-namespace/c)])
|
make-servlet-namespace/c)])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user