docs: raise-range-error: alt-lower-bound argument is optional
This commit is contained in:
parent
024cc90813
commit
ad7fed1e95
|
@ -237,7 +237,7 @@ using the error value conversion handler (see
|
||||||
@defproc[(raise-range-error [name symbol?] [type-description string?] [index-prefix string?]
|
@defproc[(raise-range-error [name symbol?] [type-description string?] [index-prefix string?]
|
||||||
[index exact-integer?] [in-value any/c]
|
[index exact-integer?] [in-value any/c]
|
||||||
[lower-bound exact-integer?] [upper-bound exact-integer?]
|
[lower-bound exact-integer?] [upper-bound exact-integer?]
|
||||||
[alt-lower-bound (or/c #f exact-integer?)])
|
[alt-lower-bound (or/c #f exact-integer?) #f])
|
||||||
any]{
|
any]{
|
||||||
|
|
||||||
Creates an @racket[exn:fail:contract] value and @racket[raise]s it as
|
Creates an @racket[exn:fail:contract] value and @racket[raise]s it as
|
||||||
|
|
Loading…
Reference in New Issue
Block a user