doc clarification on `set-rest'

This commit is contained in:
Matthew Flatt 2012-11-16 06:12:07 -07:00
parent 3aac6ec715
commit a4b5336709

View File

@ -59,7 +59,8 @@ Produces an unspecified element of @racket[st]. Multiple uses of
@defproc[(set-rest [st (and/c set? (not/c set-empty?))]) set?]{ @defproc[(set-rest [st (and/c set? (not/c set-empty?))]) set?]{
Removes @racket[(set-first st)] from @racket[st].} Produces a set that includes all elements of @racket[st] except
@racket[(set-first st)].}
@defproc[(set-add [st set?] [v any/c]) set?]{ @defproc[(set-add [st set?] [v any/c]) set?]{