remove `define-wish' from BSL for now
Merge to 5.1.1
This commit is contained in:
parent
99c030ec35
commit
4cd0ba277e
|
@ -40,7 +40,7 @@
|
||||||
check-error
|
check-error
|
||||||
check-member-of
|
check-member-of
|
||||||
check-range
|
check-range
|
||||||
define-wish
|
;; define-wish
|
||||||
#%datum
|
#%datum
|
||||||
#%top-interaction
|
#%top-interaction
|
||||||
empty true false
|
empty true false
|
||||||
|
|
|
@ -111,7 +111,7 @@ extraction, and type-like queries:
|
||||||
The created names must not be the same as a primitive or another defined name.}
|
The created names must not be the same as a primitive or another defined name.}
|
||||||
|
|
||||||
@; ----------------------------------------------------------------------
|
@; ----------------------------------------------------------------------
|
||||||
|
@;{ ------- COMMENTED OUT FOR NOW ---------
|
||||||
@section{@scheme[define-wish]}
|
@section{@scheme[define-wish]}
|
||||||
|
|
||||||
@defform[(define-wish id)]{
|
@defform[(define-wish id)]{
|
||||||
|
@ -127,7 +127,7 @@ Wished-for functions are reported in the test report for the current program.}
|
||||||
Similar to the above form, defines a wished-for function named @racket[id]. If the
|
Similar to the above form, defines a wished-for function named @racket[id]. If the
|
||||||
wished-for function is called with one value, the result of @scheme[expr] is
|
wished-for function is called with one value, the result of @scheme[expr] is
|
||||||
returned as the default value. }
|
returned as the default value. }
|
||||||
|
}
|
||||||
@; ----------------------------------------------------------------------
|
@; ----------------------------------------------------------------------
|
||||||
|
|
||||||
@section[#:tag "beginner-call"]{Function Calls}
|
@section[#:tag "beginner-call"]{Function Calls}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user