added a defparam
This commit is contained in:
parent
52fe61d225
commit
1fa216a650
|
@ -85,7 +85,7 @@ environment.
|
|||
|
||||
@defproc[(environment? [v any/c]) any/c]{
|
||||
Tests if the given value is a coverage environment.}
|
||||
@defthing[current-coverage-environment (parameter/c environment?)
|
||||
@defparam[current-coverage-environment environment environment?
|
||||
#:value (make-cover-environment)]{
|
||||
The current coverage environment. Defaults to an environment built from
|
||||
@racket[make-empty-namespace]}
|
||||
|
|
Loading…
Reference in New Issue
Block a user