doc: show correct signatures for bound-id-set-map
and bound-id-set-for-each
(#2881)
This commit is contained in:
parent
e9670895a8
commit
73dd32cd51
|
@ -270,8 +270,9 @@ etc.) can be used on bound-identifier sets.
|
||||||
@defproc[(bound-id-subset? [s1 bound-id-set?] [s2 bound-id-set?]) boolean?]
|
@defproc[(bound-id-subset? [s1 bound-id-set?] [s2 bound-id-set?]) boolean?]
|
||||||
@defproc[(bound-id-proper-subset? [s1 bound-id-set?] [s2 bound-id-set?])
|
@defproc[(bound-id-proper-subset? [s1 bound-id-set?] [s2 bound-id-set?])
|
||||||
boolean?]
|
boolean?]
|
||||||
@defproc[(bound-id-set-map [s bound-id-set?]) list?]
|
@defproc[(bound-id-set-map [s bound-id-set?] [f (-> identifier? any/c)]) list?]
|
||||||
@defproc[(bound-id-set-for-each [s bound-id-set?]) void?]
|
@defproc[(bound-id-set-for-each [s bound-id-set?] [f (-> identifier? any/c)])
|
||||||
|
void?]
|
||||||
@defproc[(bound-id-set/c
|
@defproc[(bound-id-set/c
|
||||||
[elem-ctc flat-contract?]
|
[elem-ctc flat-contract?]
|
||||||
[#:mutability mutability
|
[#:mutability mutability
|
||||||
|
|
Loading…
Reference in New Issue
Block a user