Fix documented arity of <foo>-id-table-remove

This commit is contained in:
Asumu Takikawa 2013-11-11 18:58:18 -05:00
parent 4072ef8632
commit ee72e0ea97

View File

@ -102,8 +102,7 @@ Like @racket[hash-remove!].
}
@defproc[(free-id-table-remove [table immutable-free-id-table?]
[id identifier?]
[v any/c])
[id identifier?])
immutable-free-id-table?]{
Like @racket[hash-remove].
@ -200,11 +199,10 @@ etc) can be used on bound-identifier tables.
[v any/c])
immutable-bound-id-table?]
@defproc[(bound-id-table-remove! [table mutable-bound-id-table?]
[id identifier?])
[id identifier?])
void?]
@defproc[(bound-id-table-remove [table immutable-bound-id-table?]
[id identifier?]
[v any/c])
[id identifier?])
immutable-bound-id-table?]
@defproc[(bound-id-table-map [table bound-id-table?]
[proc (-> identifier? any/c any)])