adding close-eval at the end of scribble files that have a toplevel evaluator
original commit: dcf4d8b040
This commit is contained in:
parent
7c864d188f
commit
e023d133e7
|
@ -187,3 +187,7 @@ Imports nothing, exports @racket[cookie^].}
|
||||||
@defsignature[cookie^ ()]{}
|
@defsignature[cookie^ ()]{}
|
||||||
|
|
||||||
Includes everything exported by the @racketmodname[net/cookie] module.
|
Includes everything exported by the @racketmodname[net/cookie] module.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@close-eval[cookie-eval]
|
|
@ -241,3 +241,7 @@ Imports nothing, exports @racket[head^].}
|
||||||
@defsignature[head^ ()]{}
|
@defsignature[head^ ()]{}
|
||||||
|
|
||||||
Includes everything exported by the @racketmodname[net/head] module.
|
Includes everything exported by the @racketmodname[net/head] module.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@close-eval[head-eval]
|
|
@ -185,3 +185,6 @@ Imports nothing, exports @racket[uri-codec^].}
|
||||||
@defsignature[uri-codec^ ()]{}
|
@defsignature[uri-codec^ ()]{}
|
||||||
|
|
||||||
Includes everything exported by the @racketmodname[net/uri-codec] module.
|
Includes everything exported by the @racketmodname[net/uri-codec] module.
|
||||||
|
|
||||||
|
|
||||||
|
@close-eval[uri-codec-eval]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user